#C4A0C0

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

Shades of Lilac #C4A0C0

Tints of Lilac #C4A0C0

Color information

#C4A0C0 (or 0xC4A0C0) is unknown color: approx Lilac. HEX triplet: C4, A0 and C0. RGB value is (196,160,192). Sum of RGB (Red+Green+Blue) = 196+160+192=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0C0 is #3B5F3F. Grayscale: #AEAEAE. Windows color (decimal): -3891008 or 12624068. OLE color: 12624068.

HSL color Cylindrical-coordinate representation of color #C4A0C0: hue angle of 306.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A0C0 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB196160192-
CMYK00.180.020.23
HSL306.67º23.38%69.8%-
HSV(B)306.67º18.37%76.86%-
XYZ44.8540.6855.36-
YUV174.41137.93143.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=35.77%
G=29.20%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616019200.180.020.23306.6723.3869.8
HexC4A0C00122171331746
Octal30424030002222746327106
Binary1100010010100000110000000100101010111100110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A0C0; }

 p { color: rgb(196,160,192); }

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

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

 a { background-color: rgb(196,160,192); }

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

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

 span { border-color: rgb(196,160,192); }

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