#CA8EB2

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

Shades of Lily #CA8EB2

Tints of Lily #CA8EB2

Color information

#CA8EB2 (or 0xCA8EB2) is unknown color: approx Lily. HEX triplet: CA, 8E and B2. RGB value is (202,142,178). Sum of RGB (Red+Green+Blue) = 202+142+178=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8EB2 is #35714D. Grayscale: #A3A3A3. Windows color (decimal): -3502414 or 11701962. OLE color: 11701962.

HSL color Cylindrical-coordinate representation of color #CA8EB2: hue angle of 324º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8EB2 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB202142178-
CMYK00.300.120.21
HSL324º36.14%67.45%-
HSV(B)324º29.7%79.22%-
XYZ42.0735.1246.68-
YUV164.04135.88155.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 178 (69.92% from 255) = 34.10%
R=38.70%
G=27.20%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214217800.300.120.2132436.1467.45
HexCA8EB201EC151442443
Octal312216262036142550444103
Binary1100101010001110101100100111101100101011010001001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EB2; }

 p { color: rgb(202,142,178); }

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

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

 a { background-color: rgb(202,142,178); }

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

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

 span { border-color: rgb(202,142,178); }

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