#CA8EB9

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

Shades of Lily #CA8EB9

Tints of Lily #CA8EB9

Color information

#CA8EB9 (or 0xCA8EB9) is unknown color: approx Lily. HEX triplet: CA, 8E and B9. RGB value is (202,142,185). Sum of RGB (Red+Green+Blue) = 202+142+185=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EB9 is #357146. Grayscale: #A4A4A4. Windows color (decimal): -3502407 or 12160714. OLE color: 12160714.

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

Color convert

RGB202142185-
CMYK00.300.080.21
HSL317º36.14%67.45%-
HSV(B)317º29.7%79.22%-
XYZ42.7935.4150.48-
YUV164.84139.38154.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=38.19%
G=26.84%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214218500.300.080.2131736.1467.45
HexCA8EB901E81513d2443
Octal312216271036102547544103
Binary1100101010001110101110010111101000101011001111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EB9; }

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

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

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

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

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

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

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

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