Html Css Color HEX #C098C1 Lilac

📋 copy color: '#C098C1'

red 192 ◦ green 152 ◦ blue 193

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

Shades of Lilac #C098C1

Tints of Lilac #C098C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 35.75%
G = 28.31%
B = 35.94%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C098C1 (or 0xC098C1) is known color: Lilac. HEX triplet: C0, 98 and C1. RGB value is (192,152,193). Sum of RGB (Red+Green+Blue) = 192+152+193=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #C098C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098C1 is #3F673E. Grayscale: #A8A8A8. Windows color (decimal): -4155199 or 12687552. OLE color: 12687552.

HSL color Cylindrical-coordinate representation of color #C098C1: hue angle of 298.54º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C098C1 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 152 193 -
CMYK 0.01 0.21 0 0.24
HSL 298.54º 0.25% 0.68% -
HSV(B) 298.54º 0.21% 0.76% -
XYZ 42.59 37.51 55.45 -
YUV 168.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 192 152 193 0.01 0.21 0 0.24 298.54 0.25 0.68
Hex C0 98 C1 1 15 0 18 12B 19 44
Octal 300 230 301 1 25 0 30 453 31 104
Binary 11000000 10011000 11000001 1 10101 0 11000 100101011 11001 1000100

Color Harmonies of #C098C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098C1

Black with #C098C1

Text Example


Text Example

White with #C098C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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