#C096BB

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

Shades of Lilac #C096BB

Tints of Lilac #C096BB

Color information

#C096BB (or 0xC096BB) is unknown color: approx Lilac. HEX triplet: C0, 96 and BB. RGB value is (192,150,187). Sum of RGB (Red+Green+Blue) = 192+150+187=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C096BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096BB is #3F6944. Grayscale: #A6A6A6. Windows color (decimal): -4155717 or 12293824. OLE color: 12293824.

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

Color convert

RGB192150187-
CMYK00.220.030.25
HSL307.14º25%67.06%-
HSV(B)307.14º21.88%75.29%-
XYZ41.6136.6151.89-
YUV166.78139.41145.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=36.29%
G=28.36%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215018700.220.030.25307.142567.06
HexC096BB0163191331943
Octal30022627302633146331103
Binary1100000010010110101110110101101111001100110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096BB; }

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

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

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

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

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

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

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

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