#CA99BC

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

Shades of Lily #CA99BC

Tints of Lily #CA99BC

Color information

#CA99BC (or 0xCA99BC) is unknown color: approx Lily. HEX triplet: CA, 99 and BC. RGB value is (202,153,188). Sum of RGB (Red+Green+Blue) = 202+153+188=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99BC is #356643. Grayscale: #ABABAB. Windows color (decimal): -3499588 or 12360138. OLE color: 12360138.

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

Color convert

RGB202153188-
CMYK00.240.070.21
HSL317.14º31.61%69.61%-
HSV(B)317.14º24.26%79.22%-
XYZ44.8338.9752.74-
YUV171.64137.23149.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=37.20%
G=28.18%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215318800.240.070.21317.1431.6169.61
HexCA99BC01871513d2046
Octal31223127403072547540106
Binary110010101001100110111100011000111101011001111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99BC; }

 p { color: rgb(202,153,188); }

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

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

 a { background-color: rgb(202,153,188); }

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

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

 span { border-color: rgb(202,153,188); }

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