#CA8BB6

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

Shades of Lily #CA8BB6

Tints of Lily #CA8BB6

Color information

#CA8BB6 (or 0xCA8BB6) is unknown color: approx Lily. HEX triplet: CA, 8B and B6. RGB value is (202,139,182). Sum of RGB (Red+Green+Blue) = 202+139+182=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BB6 is #357449. Grayscale: #A2A2A2. Windows color (decimal): -3503178 or 11963338. OLE color: 11963338.

HSL color Cylindrical-coordinate representation of color #CA8BB6: hue angle of 319.05º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8BB6 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB202139182-
CMYK00.310.100.21
HSL319.05º37.28%66.86%-
HSV(B)319.05º31.19%79.22%-
XYZ42.0334.448.68-
YUV162.74138.87156-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=38.62%
G=26.58%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213918200.310.100.21319.0537.2866.86
HexCA8BB601FA1513f2543
Octal312213266037122547745103
Binary1100101010001011101101100111111010101011001111111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BB6; }

 p { color: rgb(202,139,182); }

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

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

 a { background-color: rgb(202,139,182); }

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

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

 span { border-color: rgb(202,139,182); }

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