#CC8CA9

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

Shades of Viola #CC8CA9

Tints of Viola #CC8CA9

Color information

#CC8CA9 (or 0xCC8CA9) is unknown color: approx Viola. HEX triplet: CC, 8C and A9. RGB value is (204,140,169). Sum of RGB (Red+Green+Blue) = 204+140+169=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8CA9 is #337356. Grayscale: #A2A2A2. Windows color (decimal): -3371863 or 11111628. OLE color: 11111628.

HSL color Cylindrical-coordinate representation of color #CC8CA9: hue angle of 332.81º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8CA9 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204140169-
CMYK00.310.170.2
HSL332.81º38.55%67.45%-
HSV(B)332.81º31.37%80%-
XYZ41.4434.4642-
YUV162.44131.7157.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=39.77%
G=27.29%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414016900.310.170.2332.8138.5567.45
HexCC8CA901F111414d2743
Octal314214251037212451547103
Binary11001100100011001010100101111110001101001010011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CA9; }

 p { color: rgb(204,140,169); }

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

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

 a { background-color: rgb(204,140,169); }

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

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

 span { border-color: rgb(204,140,169); }

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