#CC89BB

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

Shades of Lily #CC89BB

Tints of Lily #CC89BB

Color information

#CC89BB (or 0xCC89BB) is unknown color: approx Lily. HEX triplet: CC, 89 and BB. RGB value is (204,137,187). Sum of RGB (Red+Green+Blue) = 204+137+187=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89BB is #337644. Grayscale: #A2A2A2. Windows color (decimal): -3372613 or 12290508. OLE color: 12290508.

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

Color convert

RGB204137187-
CMYK00.330.080.2
HSL315.22º39.64%66.86%-
HSV(B)315.22º32.84%80%-
XYZ42.8234.3251.38-
YUV162.73141.7157.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=38.64%
G=25.95%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413718700.330.080.2315.2239.6466.86
HexCC89BB02181413b2843
Octal314211273041102447350103
Binary11001100100010011011101101000011000101001001110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC89BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC89BB; }

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

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

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

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

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

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

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

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