#CA86AF

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

Shades of Lily #CA86AF

Tints of Lily #CA86AF

Color information

#CA86AF (or 0xCA86AF) is unknown color: approx Lily. HEX triplet: CA, 86 and AF. RGB value is (202,134,175). Sum of RGB (Red+Green+Blue) = 202+134+175=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA86AF is #357950. Grayscale: #9E9E9E. Windows color (decimal): -3504465 or 11503306. OLE color: 11503306.

HSL color Cylindrical-coordinate representation of color #CA86AF: hue angle of 323.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA86AF is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202134175-
CMYK00.340.130.21
HSL323.82º39.08%65.88%-
HSV(B)323.82º33.66%79.22%-
XYZ40.6232.744.73-
YUV159.01137.03158.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=39.53%
G=26.22%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213417500.340.130.21323.8239.0865.88
HexCA86AF022D151442742
Octal312206257042152550447102
Binary11001010100001101010111101000101101101011010001001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86AF; }

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

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

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

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

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

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

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

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