#CA86AD

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

Shades of Lily #CA86AD

Tints of Lily #CA86AD

Color information

#CA86AD (or 0xCA86AD) is unknown color: approx Lily. HEX triplet: CA, 86 and AD. RGB value is (202,134,173). Sum of RGB (Red+Green+Blue) = 202+134+173=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA86AD is #357952. Grayscale: #9E9E9E. Windows color (decimal): -3504467 or 11372234. OLE color: 11372234.

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

Color convert

RGB202134173-
CMYK00.340.140.21
HSL325.59º39.08%65.88%-
HSV(B)325.59º33.66%79.22%-
XYZ40.4332.6243.7-
YUV158.78136.03158.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=39.69%
G=26.33%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213417300.340.140.21325.5939.0865.88
HexCA86AD022E151462742
Octal312206255042162550647102
Binary11001010100001101010110101000101110101011010001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86AD; }

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

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

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

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

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

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

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

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