#CA99BF

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

Shades of Lily #CA99BF

Tints of Lily #CA99BF

Color information

#CA99BF (or 0xCA99BF) is unknown color: approx Lily. HEX triplet: CA, 99 and BF. RGB value is (202,153,191). Sum of RGB (Red+Green+Blue) = 202+153+191=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99BF is #356640. Grayscale: #ABABAB. Windows color (decimal): -3499585 or 12556746. OLE color: 12556746.

HSL color Cylindrical-coordinate representation of color #CA99BF: hue angle of 313.47º 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 #CA99BF is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202153191-
CMYK00.240.050.21
HSL313.47º31.61%69.61%-
HSV(B)313.47º24.26%79.22%-
XYZ45.1539.154.46-
YUV171.98138.73149.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 191 (75% from 255) = 34.98%
R=37.00%
G=28.02%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215319100.240.050.21313.4731.6169.61
HexCA99BF0185151392046
Octal31223127703052547140106
Binary110010101001100110111111011000101101011001110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99BF; }

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

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

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

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

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

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

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

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