#C098CA

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

Shades of Lilac #C098CA

Tints of Lilac #C098CA

Color information

#C098CA (or 0xC098CA) is unknown color: approx Lilac. HEX triplet: C0, 98 and CA. RGB value is (192,152,202). Sum of RGB (Red+Green+Blue) = 192+152+202=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #C098CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098CA is #3F6735. Grayscale: #A9A9A9. Windows color (decimal): -4155190 or 13277376. OLE color: 13277376.

HSL color Cylindrical-coordinate representation of color #C098CA: hue angle of 288º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C098CA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192152202-
CMYK0.050.2500.21
HSL288º32.05%69.41%-
HSV(B)288º24.75%79.22%-
XYZ43.6337.9360.9-
YUV169.66146.25143.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=35.16%
G=27.84%
B=37.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921522020.050.2500.2128832.0569.41
HexC098CA5190151202045
Octal30023031253102544040105
Binary110000001001100011001010101110010101011001000001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098CA; }

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

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

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

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

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

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

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

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