Html Css Color HEX #C098BD Lilac

📋 copy color: '#C098BD'

red 192 ◦ green 152 ◦ blue 189

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

Shades of Lilac #C098BD

Tints of Lilac #C098BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.46%

R = 36.02%
G = 28.52%
B = 35.46%

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

#C098BD (or 0xC098BD) is known color: Lilac. HEX triplet: C0, 98 and BD. RGB value is (192,152,189). Sum of RGB (Red+Green+Blue) = 192+152+189=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C098BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098BD is #3F6742. Grayscale: #A8A8A8. Windows color (decimal): -4155203 or 12425408. OLE color: 12425408.

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

Color convert

RGB 192 152 189 -
CMYK 0 0.21 0.02 0.25
HSL 304.5º 0.24% 0.67% -
HSV(B) 304.5º 0.21% 0.75% -
XYZ 42.15 37.34 53.13 -
YUV 168.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 192 152 189 0 0.21 0.02 0.25 304.5 0.24 0.67
Hex C0 98 BD 0 15 2 19 130 18 43
Octal 300 230 275 0 25 2 31 460 30 103
Binary 11000000 10011000 10111101 0 10101 10 11001 100110000 11000 1000011

Color Harmonies of #C098BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098BD

Black with #C098BD

Text Example


Text Example

White with #C098BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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