#CA84AC

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

Shades of Lily #CA84AC

Tints of Lily #CA84AC

Color information

#CA84AC (or 0xCA84AC) is unknown color: approx Lily. HEX triplet: CA, 84 and AC. RGB value is (202,132,172). Sum of RGB (Red+Green+Blue) = 202+132+172=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA84AC is #357B53. Grayscale: #9D9D9D. Windows color (decimal): -3504980 or 11306186. OLE color: 11306186.

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

Color convert

RGB202132172-
CMYK00.350.150.21
HSL325.71º39.77%65.49%-
HSV(B)325.71º34.65%79.22%-
XYZ40.0532.0443.1-
YUV157.49136.19159.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=39.92%
G=26.09%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213217200.350.150.21325.7139.7765.49
HexCA84AC023F151462841
Octal312204254043172550650101
Binary11001010100001001010110001000111111101011010001101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84AC; }

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

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

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

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

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

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

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

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