Html Css Color HEX #C192C0 Lilac

📋 copy color: '#C192C0'

red 193 ◦ green 146 ◦ blue 192

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

Shades of Lilac #C192C0

Tints of Lilac #C192C0

RGB

 RED value IS 193 (75.78% from 255) = 36.35%

 GREEN value IS 146 (57.42% from 255) = 27.5%

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

R = 36.35%
G = 27.5%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C192C0 (or 0xC192C0) is known color: Lilac. HEX triplet: C1, 92 and C0. RGB value is (193,146,192). Sum of RGB (Red+Green+Blue) = 193+146+192=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C192C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192C0 is #3E6D3F. Grayscale: #A5A5A5. Windows color (decimal): -4091200 or 12620481. OLE color: 12620481.

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

Color convert

RGB 193 146 192 -
CMYK 0 0.24 0.01 0.24
HSL 301.28º 0.27% 0.66% -
HSV(B) 301.28º 0.24% 0.76% -
XYZ 41.79 35.7 54.56 -
YUV 165.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 193 146 192 0 0.24 0.01 0.24 301.28 0.27 0.66
Hex C1 92 C0 0 18 1 18 12D 1B 42
Octal 301 222 300 0 30 1 30 455 33 102
Binary 11000001 10010010 11000000 0 11000 1 11000 100101101 11011 1000010

Color Harmonies of #C192C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192C0

Black with #C192C0

Text Example


Text Example

White with #C192C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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