#c884a4

Color #C884A4 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C884A4

Tints of Viola #C884A4

Color information

#C884A4 (or 0xC884A4) is unknown color: approx Viola. HEX triplet: C8, 84 and A4. RGB value is (200,132,164). Sum of RGB (Red+Green+Blue) = 200+132+164=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C884A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884A4 is #377B5B. Grayscale: #9B9B9B. Windows color (decimal): -3636060 or 10781896. OLE color: 10781896.

HSL color Cylindrical-coordinate representation of color #C884A4: hue angle of 331.76º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884A4 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB200132164-
CMYK00.340.180.22
HSL331.76º38.2%65.1%-
HSV(B)331.76º34%78.43%-
XYZ38.7731.4639.15-
YUV155.98132.53159.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 164 (64.45% from 255) = 33.06%
R=40.32%
G=26.61%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013216400.340.180.22331.7638.265.1
HexC884A4022121614c2641
Octal310204244042222651446101
Binary110010001000010010100100010001010010101101010011001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c884a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c884a4; }

 p { color: rgb(200,132,164); }

 H1.HeaderClassName
 {
   color: #c884a4;
 }
 .AnyTagClassName
 {
   color: #c884a4;
 }
</style>
background-color css

<style>
 a { background-color: #c884a4; }

 a { background-color: rgb(200,132,164); }

 div.DivClassName
 {
   background-color: #c884a4;
 }
 .BgClassName
 {
   background-color: #c884a4;
 }
</style>
border-color css

<style>
 span { border-color: #c884a4; }

 span { border-color: rgb(200,132,164); }

 td.TdClassName
 {
   border-color: #c884a4;
 }
 .TagClassName
 {
   border-color: #c884a4;
 }
</style>