#C2AFC0

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

Shades of Lilac #C2AFC0

Tints of Lilac #C2AFC0

Color information

#C2AFC0 (or 0xC2AFC0) is unknown color: approx Lilac. HEX triplet: C2, AF and C0. RGB value is (194,175,192). Sum of RGB (Red+Green+Blue) = 194+175+192=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC0 is #3D503F. Grayscale: #B6B6B6. Windows color (decimal): -4018240 or 12627906. OLE color: 12627906.

HSL color Cylindrical-coordinate representation of color #C2AFC0: hue angle of 306.32º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFC0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194175192-
CMYK00.100.010.24
HSL306.32º13.48%72.35%-
HSV(B)306.32º9.79%76.08%-
XYZ47.0945.9456.25-
YUV182.62133.29136.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=34.58%
G=31.19%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417519200.100.010.24306.3213.4872.35
HexC2AFC00A118132d48
Octal30225730001213046215110
Binary1100001010101111110000000101011100010011001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFC0; }

 p { color: rgb(194,175,192); }

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

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

 a { background-color: rgb(194,175,192); }

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

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

 span { border-color: rgb(194,175,192); }

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