#C0A8BF

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

Shades of Lilac #C0A8BF

Tints of Lilac #C0A8BF

Color information

#C0A8BF (or 0xC0A8BF) is unknown color: approx Lilac. HEX triplet: C0, A8 and BF. RGB value is (192,168,191). Sum of RGB (Red+Green+Blue) = 192+168+191=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8BF is #3F5740. Grayscale: #B1B1B1. Windows color (decimal): -4151105 or 12560576. OLE color: 12560576.

HSL color Cylindrical-coordinate representation of color #C0A8BF: hue angle of 302.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A8BF is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192168191-
CMYK00.120.010.25
HSL302.5º16%70.59%-
HSV(B)302.5º12.5%75.29%-
XYZ45.1442.9755.21-
YUV177.8135.45138.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 191 (75% from 255) = 34.66%
R=34.85%
G=30.49%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216819100.120.010.25302.51670.59
HexC0A8BF0C11912e1047
Octal30025027701413145620107
Binary11000000101010001011111101100111001100101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A8BF; }

 p { color: rgb(192,168,191); }

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

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

 a { background-color: rgb(192,168,191); }

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

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

 span { border-color: rgb(192,168,191); }

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