#CA88AD

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

Shades of Lily #CA88AD

Tints of Lily #CA88AD

Color information

#CA88AD (or 0xCA88AD) is unknown color: approx Lily. HEX triplet: CA, 88 and AD. RGB value is (202,136,173). Sum of RGB (Red+Green+Blue) = 202+136+173=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA88AD is #357752. Grayscale: #9F9F9F. Windows color (decimal): -3503955 or 11372746. OLE color: 11372746.

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

Color convert

RGB202136173-
CMYK00.330.140.21
HSL326.36º38.37%66.27%-
HSV(B)326.36º32.67%79.22%-
XYZ40.733.1843.79-
YUV159.95135.37157.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=39.53%
G=26.61%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213617300.330.140.21326.3638.3766.27
HexCA88AD021E151462642
Octal312210255041162550646102
Binary11001010100010001010110101000011110101011010001101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88AD; }

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

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

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

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

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

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

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

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