#CA86AC

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

Shades of Lily #CA86AC

Tints of Lily #CA86AC

Color information

#CA86AC (or 0xCA86AC) is unknown color: approx Lily. HEX triplet: CA, 86 and AC. RGB value is (202,134,172). Sum of RGB (Red+Green+Blue) = 202+134+172=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA86AC is #357953. Grayscale: #9E9E9E. Windows color (decimal): -3504468 or 11306698. OLE color: 11306698.

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

Color convert

RGB202134172-
CMYK00.340.150.21
HSL326.47º39.08%65.88%-
HSV(B)326.47º33.66%79.22%-
XYZ40.3332.5943.19-
YUV158.66135.53158.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=39.76%
G=26.38%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213417200.340.150.21326.4739.0865.88
HexCA86AC022F151462742
Octal312206254042172550647102
Binary11001010100001101010110001000101111101011010001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86AC; }

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

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

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

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

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

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

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

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