Html Css Color HEX #C091C2 Lilac

📋 copy color: '#C091C2'

red 192 ◦ green 145 ◦ blue 194

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

Shades of Lilac #C091C2

Tints of Lilac #C091C2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.31%

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

R = 36.16%
G = 27.31%
B = 36.53%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C091C2 (or 0xC091C2) is known color: Lilac. HEX triplet: C0, 91 and C2. RGB value is (192,145,194). Sum of RGB (Red+Green+Blue) = 192+145+194=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #C091C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091C2 is #3F6E3D. Grayscale: #A4A4A4. Windows color (decimal): -4156990 or 12751296. OLE color: 12751296.

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

Color convert

RGB 192 145 194 -
CMYK 0.01 0.25 0 0.24
HSL 297.55º 0.29% 0.66% -
HSV(B) 297.55º 0.25% 0.76% -
XYZ 41.6 35.35 55.67 -
YUV 164.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 192 145 194 0.01 0.25 0 0.24 297.55 0.29 0.66
Hex C0 91 C2 1 19 0 18 12A 1D 42
Octal 300 221 302 1 31 0 30 452 35 102
Binary 11000000 10010001 11000010 1 11001 0 11000 100101010 11101 1000010

Color Harmonies of #C091C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091C2

Black with #C091C2

Text Example


Text Example

White with #C091C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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