#CA85AB

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

Shades of Lily #CA85AB

Tints of Lily #CA85AB

Color information

#CA85AB (or 0xCA85AB) is unknown color: approx Lily. HEX triplet: CA, 85 and AB. RGB value is (202,133,171). Sum of RGB (Red+Green+Blue) = 202+133+171=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85AB is #357A54. Grayscale: #9D9D9D. Windows color (decimal): -3504725 or 11240906. OLE color: 11240906.

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

Color convert

RGB202133171-
CMYK00.340.150.21
HSL326.96º39.43%65.69%-
HSV(B)326.96º34.16%79.22%-
XYZ40.132.2742.64-
YUV157.96135.36159.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=39.92%
G=26.28%
B=33.79%

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
Decimal20213317100.340.150.21326.9639.4365.69
HexCA85AB022F151472742
Octal312205253042172550747102
Binary11001010100001011010101101000101111101011010001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85AB; }

 p { color: rgb(202,133,171); }

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

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

 a { background-color: rgb(202,133,171); }

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

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

 span { border-color: rgb(202,133,171); }

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