#CA8BB0

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

Shades of Lily #CA8BB0

Tints of Lily #CA8BB0

Color information

#CA8BB0 (or 0xCA8BB0) is unknown color: approx Lily. HEX triplet: CA, 8B and B0. RGB value is (202,139,176). Sum of RGB (Red+Green+Blue) = 202+139+176=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8BB0 is #35744F. Grayscale: #A1A1A1. Windows color (decimal): -3503184 or 11570122. OLE color: 11570122.

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

Color convert

RGB202139176-
CMYK00.310.130.21
HSL324.76º37.28%66.86%-
HSV(B)324.76º31.19%79.22%-
XYZ41.4334.1645.48-
YUV162.05135.87156.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=39.07%
G=26.89%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213917600.310.130.21324.7637.2866.86
HexCA8BB001FD151452543
Octal312213260037152550545103
Binary1100101010001011101100000111111101101011010001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BB0; }

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

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

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

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

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

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

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

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