#CC89B9

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

Shades of Lily #CC89B9

Tints of Lily #CC89B9

Color information

#CC89B9 (or 0xCC89B9) is unknown color: approx Lily. HEX triplet: CC, 89 and B9. RGB value is (204,137,185). Sum of RGB (Red+Green+Blue) = 204+137+185=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89B9 is #337646. Grayscale: #A2A2A2. Windows color (decimal): -3372615 or 12159436. OLE color: 12159436.

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

Color convert

RGB204137185-
CMYK00.330.090.2
HSL317.01º39.64%66.86%-
HSV(B)317.01º32.84%80%-
XYZ42.634.2350.26-
YUV162.5140.7157.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=38.78%
G=26.05%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413718500.330.090.2317.0139.6466.86
HexCC89B902191413d2843
Octal314211271041112447550103
Binary11001100100010011011100101000011001101001001111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC89B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC89B9; }

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

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

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

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

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

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

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

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