Html Css Color HEX #C098C5 Lilac

📋 copy color: '#C098C5'

red 192 ◦ green 152 ◦ blue 197

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

Shades of Lilac #C098C5

Tints of Lilac #C098C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.41%

R = 35.49%
G = 28.1%
B = 36.41%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C098C5 (or 0xC098C5) is known color: Lilac. HEX triplet: C0, 98 and C5. RGB value is (192,152,197). Sum of RGB (Red+Green+Blue) = 192+152+197=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #C098C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098C5 is #3F673A. Grayscale: #A8A8A8. Windows color (decimal): -4155195 or 12949696. OLE color: 12949696.

HSL color Cylindrical-coordinate representation of color #C098C5: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C098C5 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 152 197 -
CMYK 0.03 0.23 0 0.23
HSL 293.33º 0.28% 0.68% -
HSV(B) 293.33º 0.23% 0.77% -
XYZ 43.04 37.69 57.83 -
YUV 169.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 192 152 197 0.03 0.23 0 0.23 293.33 0.28 0.68
Hex C0 98 C5 3 17 0 17 125 1C 44
Octal 300 230 305 3 27 0 27 445 34 104
Binary 11000000 10011000 11000101 11 10111 0 10111 100100101 11100 1000100

Color Harmonies of #C098C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098C5

Black with #C098C5

Text Example


Text Example

White with #C098C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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