Html Css Color HEX #C098BA Lilac

📋 copy color: '#C098BA'

red 192 ◦ green 152 ◦ blue 186

#C098BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C098BA

Tints of Lilac #C098BA

RGB

 RED value IS 192 (75.39% from 255) = 36.23%

 GREEN value IS 152 (59.77% from 255) = 28.68%

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 36.23%
G = 28.68%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C098BA (or 0xC098BA) is known color: Lilac. HEX triplet: C0, 98 and BA. RGB value is (192,152,186). Sum of RGB (Red+Green+Blue) = 192+152+186=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C098BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098BA is #3F6745. Grayscale: #A7A7A7. Windows color (decimal): -4155206 or 12228800. OLE color: 12228800.

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

Color convert

RGB 192 152 186 -
CMYK 0 0.21 0.03 0.25
HSL 309º 0.24% 0.67% -
HSV(B) 309º 0.21% 0.75% -
XYZ 41.83 37.21 51.43 -
YUV 167.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 192 152 186 0 0.21 0.03 0.25 309 0.24 0.67
Hex C0 98 BA 0 15 3 19 135 18 43
Octal 300 230 272 0 25 3 31 465 30 103
Binary 11000000 10011000 10111010 0 10101 11 11001 100110101 11000 1000011

Color Harmonies of #C098BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098BA

Black with #C098BA

Text Example


Text Example

White with #C098BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098BA; }

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

 H1.HeaderClassName
 {
   color: #C098BA;
 }
 .AnyTagClassName
 {
   color: #C098BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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