Html Css Color HEX #C098BC Lilac

📋 copy color: '#C098BC'

red 192 ◦ green 152 ◦ blue 188

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

Shades of Lilac #C098BC

Tints of Lilac #C098BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 36.09%
G = 28.57%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C098BC (or 0xC098BC) is known color: Lilac. HEX triplet: C0, 98 and BC. RGB value is (192,152,188). Sum of RGB (Red+Green+Blue) = 192+152+188=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C098BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098BC is #3F6743. Grayscale: #A7A7A7. Windows color (decimal): -4155204 or 12359872. OLE color: 12359872.

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

Color convert

RGB 192 152 188 -
CMYK 0 0.21 0.02 0.25
HSL 306º 0.24% 0.67% -
HSV(B) 306º 0.21% 0.75% -
XYZ 42.04 37.29 52.56 -
YUV 168.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 192 152 188 0 0.21 0.02 0.25 306 0.24 0.67
Hex C0 98 BC 0 15 2 19 132 18 43
Octal 300 230 274 0 25 2 31 462 30 103
Binary 11000000 10011000 10111100 0 10101 10 11001 100110010 11000 1000011

Color Harmonies of #C098BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098BC

Black with #C098BC

Text Example


Text Example

White with #C098BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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