#C098BB

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

Shades of Lilac #C098BB

Tints of Lilac #C098BB

Color information

#C098BB (or 0xC098BB) is unknown color: approx Lilac. HEX triplet: C0, 98 and BB. RGB value is (192,152,187). Sum of RGB (Red+Green+Blue) = 192+152+187=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C098BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098BB is #3F6744. Grayscale: #A7A7A7. Windows color (decimal): -4155205 or 12294336. OLE color: 12294336.

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

Color convert

RGB192152187-
CMYK00.210.030.25
HSL307.5º24.1%67.45%-
HSV(B)307.5º20.83%75.29%-
XYZ41.9437.2551.99-
YUV167.95138.75145.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=36.16%
G=28.63%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215218700.210.030.25307.524.167.45
HexC098BB0153191341843
Octal30023027302533146430103
Binary1100000010011000101110110101011111001100110100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098BB; }

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

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

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

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

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

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

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

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