#CA81AE

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

Shades of Lily #CA81AE

Tints of Lily #CA81AE

Color information

#CA81AE (or 0xCA81AE) is unknown color: approx Lily. HEX triplet: CA, 81 and AE. RGB value is (202,129,174). Sum of RGB (Red+Green+Blue) = 202+129+174=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA81AE is #357E51. Grayscale: #9B9B9B. Windows color (decimal): -3505746 or 11436490. OLE color: 11436490.

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

Color convert

RGB202129174-
CMYK00.360.140.21
HSL323.01º40.78%64.9%-
HSV(B)323.01º36.14%79.22%-
XYZ39.8531.3143.99-
YUV155.96138.18160.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=40%
G=25.54%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212917400.360.140.21323.0140.7864.9
HexCA81AE024E151432941
Octal312201256044162550351101
Binary11001010100000011010111001001001110101011010000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81AE; }

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

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

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

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

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

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

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

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