#CCA9B5

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

Shades of Lily #CCA9B5

Tints of Lily #CCA9B5

Color information

#CCA9B5 (or 0xCCA9B5) is unknown color: approx Lily. HEX triplet: CC, A9 and B5. RGB value is (204,169,181). Sum of RGB (Red+Green+Blue) = 204+169+181=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9B5 is #33564A. Grayscale: #B4B4B4. Windows color (decimal): -3364427 or 11905484. OLE color: 11905484.

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

Color convert

RGB204169181-
CMYK00.170.110.2
HSL339.43º25.55%73.14%-
HSV(B)339.43º17.16%80%-
XYZ47.4344.5549.82-
YUV180.83128.1144.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=36.82%
G=30.51%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416918100.170.110.2339.4325.5573.14
HexCCA9B5011B141531a49
Octal314251265021132452332111
Binary110011001010100110110101010001101110100101010011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9B5; }

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

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

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

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

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

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

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

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