#CC9ABC

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

Shades of Lily #CC9ABC

Tints of Lily #CC9ABC

Color information

#CC9ABC (or 0xCC9ABC) is unknown color: approx Lily. HEX triplet: CC, 9A and BC. RGB value is (204,154,188). Sum of RGB (Red+Green+Blue) = 204+154+188=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ABC is #336543. Grayscale: #ACACAC. Windows color (decimal): -3368260 or 12360396. OLE color: 12360396.

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

Color convert

RGB204154188-
CMYK00.250.080.2
HSL319.2º32.89%70.2%-
HSV(B)319.2º24.51%80%-
XYZ45.5339.5852.82-
YUV172.83136.56150.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=37.36%
G=28.21%
B=34.43%

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
Decimal20415418800.250.080.2319.232.8970.2
HexCC9ABC01981413f2146
Octal314232274031102447741106
Binary1100110010011010101111000110011000101001001111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9ABC; }

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

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

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

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

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

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

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

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