#CA8AAE

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

Shades of Lily #CA8AAE

Tints of Lily #CA8AAE

Color information

#CA8AAE (or 0xCA8AAE) is unknown color: approx Lily. HEX triplet: CA, 8A and AE. RGB value is (202,138,174). Sum of RGB (Red+Green+Blue) = 202+138+174=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8AAE is #357551. Grayscale: #A1A1A1. Windows color (decimal): -3503442 or 11438794. OLE color: 11438794.

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

Color convert

RGB202138174-
CMYK00.320.140.21
HSL326.25º37.65%66.67%-
HSV(B)326.25º31.68%79.22%-
XYZ41.0933.7944.4-
YUV161.24135.2157.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=39.30%
G=26.85%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213817400.320.140.21326.2537.6566.67
HexCA8AAE020E151462643
Octal312212256040162550646103
Binary11001010100010101010111001000001110101011010001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8AAE; }

 p { color: rgb(202,138,174); }

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

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

 a { background-color: rgb(202,138,174); }

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

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

 span { border-color: rgb(202,138,174); }

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