#CCA6B6

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

Shades of Lily #CCA6B6

Tints of Lily #CCA6B6

Color information

#CCA6B6 (or 0xCCA6B6) is unknown color: approx Lily. HEX triplet: CC, A6 and B6. RGB value is (204,166,182). Sum of RGB (Red+Green+Blue) = 204+166+182=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6B6 is #335949. Grayscale: #B3B3B3. Windows color (decimal): -3365194 or 11970252. OLE color: 11970252.

HSL color Cylindrical-coordinate representation of color #CCA6B6: hue angle of 334.74º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA6B6 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204166182-
CMYK00.190.110.2
HSL334.74º27.14%72.55%-
HSV(B)334.74º18.63%80%-
XYZ46.9843.4950.17-
YUV179.19129.59145.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=36.96%
G=30.07%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416618200.190.110.2334.7427.1472.55
HexCCA6B6013B1414f1b49
Octal314246266023132451733111
Binary110011001010011010110110010011101110100101001111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6B6; }

 p { color: rgb(204,166,182); }

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

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

 a { background-color: rgb(204,166,182); }

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

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

 span { border-color: rgb(204,166,182); }

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