#CCA9B8

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

Shades of Lily #CCA9B8

Tints of Lily #CCA9B8

Color information

#CCA9B8 (or 0xCCA9B8) is unknown color: approx Lily. HEX triplet: CC, A9 and B8. RGB value is (204,169,184). Sum of RGB (Red+Green+Blue) = 204+169+184=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9B8 is #335647. Grayscale: #B5B5B5. Windows color (decimal): -3364424 or 12102092. OLE color: 12102092.

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

Color convert

RGB204169184-
CMYK00.170.100.2
HSL334.29º25.55%73.14%-
HSV(B)334.29º17.16%80%-
XYZ47.7444.6751.45-
YUV181.18129.6144.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 184 (72.27% from 255) = 33.03%
R=36.62%
G=30.34%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416918400.170.100.2334.2925.5573.14
HexCCA9B8011A1414e1a49
Octal314251270021122451632111
Binary110011001010100110111000010001101010100101001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9B8; }

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

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

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

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

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

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

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

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