#CA8BB8

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

Shades of Lily #CA8BB8

Tints of Lily #CA8BB8

Color information

#CA8BB8 (or 0xCA8BB8) is unknown color: approx Lily. HEX triplet: CA, 8B and B8. RGB value is (202,139,184). Sum of RGB (Red+Green+Blue) = 202+139+184=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BB8 is #357447. Grayscale: #A2A2A2. Windows color (decimal): -3503176 or 12094410. OLE color: 12094410.

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

Color convert

RGB202139184-
CMYK00.310.090.21
HSL317.14º37.28%66.86%-
HSV(B)317.14º31.19%79.22%-
XYZ42.2434.4849.78-
YUV162.97139.87155.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 184 (72.27% from 255) = 35.05%
R=38.48%
G=26.48%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213918400.310.090.21317.1437.2866.86
HexCA8BB801F91513d2543
Octal312213270037112547545103
Binary1100101010001011101110000111111001101011001111011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BB8; }

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

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

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

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

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

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

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

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