#CC99B1

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

Shades of Lily #CC99B1

Tints of Lily #CC99B1

Color information

#CC99B1 (or 0xCC99B1) is unknown color: approx Lily. HEX triplet: CC, 99 and B1. RGB value is (204,153,177). Sum of RGB (Red+Green+Blue) = 204+153+177=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99B1 is #33664E. Grayscale: #AAAAAA. Windows color (decimal): -3368527 or 11639244. OLE color: 11639244.

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

Color convert

RGB204153177-
CMYK00.250.130.2
HSL331.76º33.33%70%-
HSV(B)331.76º25%80%-
XYZ44.2338.7946.75-
YUV170.98131.4151.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=38.20%
G=28.65%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415317700.250.130.2331.7633.3370
HexCC99B1019D1414c2146
Octal314231261031152451441106
Binary1100110010011001101100010110011101101001010011001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99B1; }

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

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

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

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

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

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

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

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