#CA82AC

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

Shades of Lily #CA82AC

Tints of Lily #CA82AC

Color information

#CA82AC (or 0xCA82AC) is unknown color: approx Lily. HEX triplet: CA, 82 and AC. RGB value is (202,130,172). Sum of RGB (Red+Green+Blue) = 202+130+172=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA82AC is #357D53. Grayscale: #9C9C9C. Windows color (decimal): -3505492 or 11305674. OLE color: 11305674.

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

Color convert

RGB202130172-
CMYK00.360.150.21
HSL325º40.45%65.1%-
HSV(B)325º35.64%79.22%-
XYZ39.7931.543.01-
YUV156.32136.85160.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=40.08%
G=25.79%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213017200.360.150.2132540.4565.1
HexCA82AC024F151452841
Octal312202254044172550550101
Binary11001010100000101010110001001001111101011010001011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82AC; }

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

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

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

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

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

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

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

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