#CA9CBE

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

Shades of Lily #CA9CBE

Tints of Lily #CA9CBE

Color information

#CA9CBE (or 0xCA9CBE) is unknown color: approx Lily. HEX triplet: CA, 9C and BE. RGB value is (202,156,190). Sum of RGB (Red+Green+Blue) = 202+156+190=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CBE is #356341. Grayscale: #ADADAD. Windows color (decimal): -3498818 or 12491978. OLE color: 12491978.

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

Color convert

RGB202156190-
CMYK00.230.060.21
HSL315.65º30.26%70.2%-
HSV(B)315.65º22.77%79.22%-
XYZ45.5440.0554.05-
YUV173.63137.24148.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=36.86%
G=28.47%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215619000.230.060.21315.6530.2670.2
HexCA9CBE01761513c1e46
Octal31223427602762547436106
Binary11001010100111001011111001011111010101100111100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CBE; }

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

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

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

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

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

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

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

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