Html Css Color HEX #C098C2 Lilac

📋 copy color: '#C098C2'

red 192 ◦ green 152 ◦ blue 194

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

Shades of Lilac #C098C2

Tints of Lilac #C098C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 35.69%
G = 28.25%
B = 36.06%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C098C2 (or 0xC098C2) is known color: Lilac. HEX triplet: C0, 98 and C2. RGB value is (192,152,194). Sum of RGB (Red+Green+Blue) = 192+152+194=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #C098C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098C2 is #3F673D. Grayscale: #A8A8A8. Windows color (decimal): -4155198 or 12753088. OLE color: 12753088.

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

Color convert

RGB 192 152 194 -
CMYK 0.01 0.22 0 0.24
HSL 297.14º 0.26% 0.68% -
HSV(B) 297.14º 0.22% 0.76% -
XYZ 42.7 37.56 56.04 -
YUV 168.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 192 152 194 0.01 0.22 0 0.24 297.14 0.26 0.68
Hex C0 98 C2 1 16 0 18 129 1A 44
Octal 300 230 302 1 26 0 30 451 32 104
Binary 11000000 10011000 11000010 1 10110 0 11000 100101001 11010 1000100

Color Harmonies of #C098C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098C2

Black with #C098C2

Text Example


Text Example

White with #C098C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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