#CCA6BA

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

Shades of Lily #CCA6BA

Tints of Lily #CCA6BA

Color information

#CCA6BA (or 0xCCA6BA) is unknown color: approx Lily. HEX triplet: CC, A6 and BA. RGB value is (204,166,186). Sum of RGB (Red+Green+Blue) = 204+166+186=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6BA is #335945. Grayscale: #B3B3B3. Windows color (decimal): -3365190 or 12232396. OLE color: 12232396.

HSL color Cylindrical-coordinate representation of color #CCA6BA: hue angle of 328.42º 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 #CCA6BA is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204166186-
CMYK00.190.090.2
HSL328.42º27.14%72.55%-
HSV(B)328.42º18.63%80%-
XYZ47.443.6552.38-
YUV179.64131.59145.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=36.69%
G=29.86%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416618600.190.090.2328.4227.1472.55
HexCCA6BA0139141481b49
Octal314246272023112451033111
Binary110011001010011010111010010011100110100101001000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6BA; }

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

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

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

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

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

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

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

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