#CA85AF

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

Shades of Lily #CA85AF

Tints of Lily #CA85AF

Color information

#CA85AF (or 0xCA85AF) is unknown color: approx Lily. HEX triplet: CA, 85 and AF. RGB value is (202,133,175). Sum of RGB (Red+Green+Blue) = 202+133+175=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85AF is #357A50. Grayscale: #9E9E9E. Windows color (decimal): -3504721 or 11503050. OLE color: 11503050.

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

Color convert

RGB202133175-
CMYK00.340.130.21
HSL323.48º39.43%65.69%-
HSV(B)323.48º34.16%79.22%-
XYZ40.4832.4344.68-
YUV158.42137.36159.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=39.61%
G=26.08%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213317500.340.130.21323.4839.4365.69
HexCA85AF022D151432742
Octal312205257042152550347102
Binary11001010100001011010111101000101101101011010000111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85AF; }

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

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

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

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

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

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

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

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