#CC99BF

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

Shades of Lily #CC99BF

Tints of Lily #CC99BF

Color information

#CC99BF (or 0xCC99BF) is unknown color: approx Lily. HEX triplet: CC, 99 and BF. RGB value is (204,153,191). Sum of RGB (Red+Green+Blue) = 204+153+191=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99BF is #336640. Grayscale: #ACACAC. Windows color (decimal): -3368513 or 12556748. OLE color: 12556748.

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

Color convert

RGB204153191-
CMYK00.250.060.2
HSL315.29º33.33%70%-
HSV(B)315.29º25%80%-
XYZ45.739.3854.48-
YUV172.58138.4150.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 191 (75% from 255) = 34.85%
R=37.23%
G=27.92%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415319100.250.060.2315.2933.3370
HexCC99BF01961413b2146
Octal31423127703162447341106
Binary110011001001100110111111011001110101001001110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99BF; }

 p { color: rgb(204,153,191); }

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

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

 a { background-color: rgb(204,153,191); }

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

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

 span { border-color: rgb(204,153,191); }

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