#CC9BAF

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

Shades of Lily #CC9BAF

Tints of Lily #CC9BAF

Color information

#CC9BAF (or 0xCC9BAF) is unknown color: approx Lily. HEX triplet: CC, 9B and AF. RGB value is (204,155,175). Sum of RGB (Red+Green+Blue) = 204+155+175=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BAF is #336450. Grayscale: #ABABAB. Windows color (decimal): -3368017 or 11508684. OLE color: 11508684.

HSL color Cylindrical-coordinate representation of color #CC9BAF: hue angle of 335.51º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9BAF is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204155175-
CMYK00.240.140.2
HSL335.51º32.45%70.39%-
HSV(B)335.51º24.02%80%-
XYZ44.3639.3845.82-
YUV171.93129.73150.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=38.20%
G=29.03%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415517500.240.140.2335.5132.4570.39
HexCC9BAF018E141502046
Octal314233257030162452040106
Binary1100110010011011101011110110001110101001010100001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BAF; }

 p { color: rgb(204,155,175); }

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

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

 a { background-color: rgb(204,155,175); }

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

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

 span { border-color: rgb(204,155,175); }

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