#CC9ABB

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

Shades of Lily #CC9ABB

Tints of Lily #CC9ABB

Color information

#CC9ABB (or 0xCC9ABB) is unknown color: approx Lily. HEX triplet: CC, 9A and BB. RGB value is (204,154,187). Sum of RGB (Red+Green+Blue) = 204+154+187=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ABB is #336544. Grayscale: #ACACAC. Windows color (decimal): -3368261 or 12294860. OLE color: 12294860.

HSL color Cylindrical-coordinate representation of color #CC9ABB: hue angle of 320.4º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC9ABB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204154187-
CMYK00.250.080.2
HSL320.4º32.89%70.2%-
HSV(B)320.4º24.51%80%-
XYZ45.4339.5452.25-
YUV172.71136.06150.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=37.43%
G=28.26%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415418700.250.080.2320.432.8970.2
HexCC9ABB0198141402146
Octal314232273031102450041106
Binary1100110010011010101110110110011000101001010000001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9ABB; }

 p { color: rgb(204,154,187); }

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

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

 a { background-color: rgb(204,154,187); }

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

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

 span { border-color: rgb(204,154,187); }

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