#CC89AB

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

Shades of Lily #CC89AB

Tints of Lily #CC89AB

Color information

#CC89AB (or 0xCC89AB) is unknown color: approx Lily. HEX triplet: CC, 89 and AB. RGB value is (204,137,171). Sum of RGB (Red+Green+Blue) = 204+137+171=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC89AB is #337654. Grayscale: #A0A0A0. Windows color (decimal): -3372629 or 11241932. OLE color: 11241932.

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

Color convert

RGB204137171-
CMYK00.330.160.2
HSL329.55º39.64%66.86%-
HSV(B)329.55º32.84%80%-
XYZ41.233.6742.86-
YUV160.91133.7158.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=39.84%
G=26.76%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413717100.330.160.2329.5539.6466.86
HexCC89AB021101414a2843
Octal314211253041202451250103
Binary110011001000100110101011010000110000101001010010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC89AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC89AB; }

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

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

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

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

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

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

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

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