Html Css Color HEX #C098BF Lilac

📋 copy color: '#C098BF'

red 192 ◦ green 152 ◦ blue 191

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

Shades of Lilac #C098BF

Tints of Lilac #C098BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.7%

R = 35.89%
G = 28.41%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C098BF (or 0xC098BF) is known color: Lilac. HEX triplet: C0, 98 and BF. RGB value is (192,152,191). Sum of RGB (Red+Green+Blue) = 192+152+191=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C098BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098BF is #3F6740. Grayscale: #A8A8A8. Windows color (decimal): -4155201 or 12556480. OLE color: 12556480.

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

Color convert

RGB 192 152 191 -
CMYK 0 0.21 0.01 0.25
HSL 301.5º 0.24% 0.67% -
HSV(B) 301.5º 0.21% 0.75% -
XYZ 42.37 37.42 54.28 -
YUV 168.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 192 152 191 0 0.21 0.01 0.25 301.5 0.24 0.67
Hex C0 98 BF 0 15 1 19 12E 18 43
Octal 300 230 277 0 25 1 31 456 30 103
Binary 11000000 10011000 10111111 0 10101 1 11001 100101110 11000 1000011

Color Harmonies of #C098BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098BF

Black with #C098BF

Text Example


Text Example

White with #C098BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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