#CC99AD

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

Shades of Lily #CC99AD

Tints of Lily #CC99AD

Color information

#CC99AD (or 0xCC99AD) is unknown color: approx Lily. HEX triplet: CC, 99 and AD. RGB value is (204,153,173). Sum of RGB (Red+Green+Blue) = 204+153+173=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99AD is #336652. Grayscale: #AAAAAA. Windows color (decimal): -3368531 or 11377100. OLE color: 11377100.

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

Color convert

RGB204153173-
CMYK00.250.150.2
HSL336.47º33.33%70%-
HSV(B)336.47º25%80%-
XYZ43.8438.6444.68-
YUV170.53129.4151.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=38.49%
G=28.87%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415317300.250.150.2336.4733.3370
HexCC99AD019F141502146
Octal314231255031172452041106
Binary1100110010011001101011010110011111101001010100001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99AD; }

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

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

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

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

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

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

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

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