#CA81AF

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

Shades of Lily #CA81AF

Tints of Lily #CA81AF

Color information

#CA81AF (or 0xCA81AF) is unknown color: approx Lily. HEX triplet: CA, 81 and AF. RGB value is (202,129,175). Sum of RGB (Red+Green+Blue) = 202+129+175=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA81AF is #357E50. Grayscale: #9B9B9B. Windows color (decimal): -3505745 or 11502026. OLE color: 11502026.

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

Color convert

RGB202129175-
CMYK00.360.130.21
HSL322.19º40.78%64.9%-
HSV(B)322.19º36.14%79.22%-
XYZ39.9531.3544.5-
YUV156.07138.68160.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 129 (50.78% from 255) = 25.49%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=39.92%
G=25.49%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212917500.360.130.21322.1940.7864.9
HexCA81AF024D151422941
Octal312201257044152550251101
Binary11001010100000011010111101001001101101011010000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81AF; }

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

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

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

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

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

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

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

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