#C098C2

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

Shades of Lilac #C098C2

Tints of Lilac #C098C2

Color information

#C098C2 (or 0xC098C2) is unknown color: approx Lilac. HEX triplet: C0, 98 and C2. RGB value is (192,152,194). Sum of RGB (Red+Green+Blue) = 192+152+194=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #C098C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098C2 is #3F673D. Grayscale: #A8A8A8. Windows color (decimal): -4155198 or 12753088. OLE color: 12753088.

HSL color Cylindrical-coordinate representation of color #C098C2: hue angle of 297.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C098C2 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192152194-
CMYK0.010.2200.24
HSL297.14º25.61%67.84%-
HSV(B)297.14º21.65%76.08%-
XYZ42.737.5656.04-
YUV168.75142.25144.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=35.69%
G=28.25%
B=36.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921521940.010.2200.24297.1425.6167.84
HexC098C21160181291a44
Octal30023030212603045132104
Binary110000001001100011000010110110011000100101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098C2; }

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

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

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

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

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

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

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

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