#C096BC

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

Shades of Lilac #C096BC

Tints of Lilac #C096BC

Color information

#C096BC (or 0xC096BC) is unknown color: approx Lilac. HEX triplet: C0, 96 and BC. RGB value is (192,150,188). Sum of RGB (Red+Green+Blue) = 192+150+188=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C096BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096BC is #3F6943. Grayscale: #A6A6A6. Windows color (decimal): -4155716 or 12359360. OLE color: 12359360.

HSL color Cylindrical-coordinate representation of color #C096BC: hue angle of 305.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C096BC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192150188-
CMYK00.220.020.25
HSL305.71º25%67.06%-
HSV(B)305.71º21.88%75.29%-
XYZ41.7236.6552.45-
YUV166.89139.91145.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=36.23%
G=28.30%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215018800.220.020.25305.712567.06
HexC096BC0162191321943
Octal30022627402623146231103
Binary1100000010010110101111000101101011001100110010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096BC; }

 p { color: rgb(192,150,188); }

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

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

 a { background-color: rgb(192,150,188); }

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

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

 span { border-color: rgb(192,150,188); }

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