#CC89B2

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

Shades of Lily #CC89B2

Tints of Lily #CC89B2

Color information

#CC89B2 (or 0xCC89B2) is unknown color: approx Lily. HEX triplet: CC, 89 and B2. RGB value is (204,137,178). Sum of RGB (Red+Green+Blue) = 204+137+178=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC89B2 is #33764D. Grayscale: #A1A1A1. Windows color (decimal): -3372622 or 11700684. OLE color: 11700684.

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

Color convert

RGB204137178-
CMYK00.330.130.2
HSL323.28º39.64%66.86%-
HSV(B)323.28º32.84%80%-
XYZ41.8833.9446.46-
YUV161.71137.2158.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 178 (69.92% from 255) = 34.30%
R=39.31%
G=26.40%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413717800.330.130.2323.2839.6466.86
HexCC89B2021D141432843
Octal314211262041152450350103
Binary11001100100010011011001001000011101101001010000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC89B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC89B2; }

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

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

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

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

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

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

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

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