#CC99BA

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

Shades of Lily #CC99BA

Tints of Lily #CC99BA

Color information

#CC99BA (or 0xCC99BA) is unknown color: approx Lily. HEX triplet: CC, 99 and BA. RGB value is (204,153,186). Sum of RGB (Red+Green+Blue) = 204+153+186=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99BA is #336645. Grayscale: #ABABAB. Windows color (decimal): -3368518 or 12229068. OLE color: 12229068.

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

Color convert

RGB204153186-
CMYK00.250.090.2
HSL321.18º33.33%70%-
HSV(B)321.18º25%80%-
XYZ45.1639.1751.63-
YUV172.01135.9150.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=37.57%
G=28.18%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415318600.250.090.2321.1833.3370
HexCC99BA0199141412146
Octal314231272031112450141106
Binary1100110010011001101110100110011001101001010000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99BA; }

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

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

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

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

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

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

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

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