#CA87AC

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

Shades of Lily #CA87AC

Tints of Lily #CA87AC

Color information

#CA87AC (or 0xCA87AC) is unknown color: approx Lily. HEX triplet: CA, 87 and AC. RGB value is (202,135,172). Sum of RGB (Red+Green+Blue) = 202+135+172=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA87AC is #357853. Grayscale: #9F9F9F. Windows color (decimal): -3504212 or 11306954. OLE color: 11306954.

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

Color convert

RGB202135172-
CMYK00.330.150.21
HSL326.87º38.73%66.08%-
HSV(B)326.87º33.17%79.22%-
XYZ40.4732.8643.24-
YUV159.25135.2158.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=39.69%
G=26.52%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213517200.330.150.21326.8738.7366.08
HexCA87AC021F151472742
Octal312207254041172550747102
Binary11001010100001111010110001000011111101011010001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87AC; }

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

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

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

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

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

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

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

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