#C099BA

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

Shades of Lilac #C099BA

Tints of Lilac #C099BA

Color information

#C099BA (or 0xC099BA) is unknown color: approx Lilac. HEX triplet: C0, 99 and BA. RGB value is (192,153,186). Sum of RGB (Red+Green+Blue) = 192+153+186=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C099BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099BA is #3F6645. Grayscale: #A8A8A8. Windows color (decimal): -4154950 or 12229056. OLE color: 12229056.

HSL color Cylindrical-coordinate representation of color #C099BA: hue angle of 309.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099BA is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192153186-
CMYK00.200.030.25
HSL309.23º23.64%67.65%-
HSV(B)309.23º20.31%75.29%-
XYZ41.9937.5351.49-
YUV168.42137.92144.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=36.16%
G=28.81%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215318600.200.030.25309.2323.6467.65
HexC099BA0143191351844
Octal30023127202433146530104
Binary1100000010011001101110100101001111001100110101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099BA; }

 p { color: rgb(192,153,186); }

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

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

 a { background-color: rgb(192,153,186); }

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

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

 span { border-color: rgb(192,153,186); }

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