#C0A8BE

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

Shades of Lilac #C0A8BE

Tints of Lilac #C0A8BE

Color information

#C0A8BE (or 0xC0A8BE) is unknown color: approx Lilac. HEX triplet: C0, A8 and BE. RGB value is (192,168,190). Sum of RGB (Red+Green+Blue) = 192+168+190=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8BE is #3F5741. Grayscale: #B1B1B1. Windows color (decimal): -4151106 or 12495040. OLE color: 12495040.

HSL color Cylindrical-coordinate representation of color #C0A8BE: hue angle of 305º 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 #C0A8BE is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192168190-
CMYK00.120.010.25
HSL305º16%70.59%-
HSV(B)305º12.5%75.29%-
XYZ45.0442.9354.63-
YUV177.68134.95138.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=34.91%
G=30.55%
B=34.55%

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
Decimal19216819000.120.010.253051670.59
HexC0A8BE0C1191311047
Octal30025027601413146120107
Binary11000000101010001011111001100111001100110001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A8BE; }

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

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

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

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

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

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

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

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