#ca8faf

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

Shades of Lily #CA8FAF

Tints of Lily #CA8FAF

Color information

#CA8FAF (or 0xCA8FAF) is unknown color: approx Lily. HEX triplet: CA, 8F and AF. RGB value is (202,143,175). Sum of RGB (Red+Green+Blue) = 202+143+175=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8FAF is #357050. Grayscale: #A4A4A4. Windows color (decimal): -3502161 or 11505610. OLE color: 11505610.

HSL color Cylindrical-coordinate representation of color #CA8FAF: hue angle of 327.46º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FAF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202143175-
CMYK00.290.130.21
HSL327.46º35.76%67.65%-
HSV(B)327.46º29.21%79.22%-
XYZ41.9235.345.16-
YUV164.29134.05154.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=38.85%
G=27.5%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214317500.290.130.21327.4635.7667.65
HexCA8FAF01DD151472444
Octal312217257035152550744104
Binary1100101010001111101011110111011101101011010001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca8faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca8faf; }

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

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

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

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

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

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

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

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