#CA9CBF

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

Shades of Lily #CA9CBF

Tints of Lily #CA9CBF

Color information

#CA9CBF (or 0xCA9CBF) is unknown color: approx Lily. HEX triplet: CA, 9C and BF. RGB value is (202,156,191). Sum of RGB (Red+Green+Blue) = 202+156+191=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CBF is #356340. Grayscale: #ADADAD. Windows color (decimal): -3498817 or 12557514. OLE color: 12557514.

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

Color convert

RGB202156191-
CMYK00.230.050.21
HSL314.35º30.26%70.2%-
HSV(B)314.35º22.77%79.22%-
XYZ45.6540.154.62-
YUV173.74137.74148.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 191 (75% from 255) = 34.79%
R=36.79%
G=28.42%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215619100.230.050.21314.3530.2670.2
HexCA9CBF01751513a1e46
Octal31223427702752547236106
Binary11001010100111001011111101011110110101100111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CBF; }

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

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

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

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

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

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

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

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