Html Css Color HEX #C192BF Lilac

📋 copy color: '#C192BF'

red 193 ◦ green 146 ◦ blue 191

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

Shades of Lilac #C192BF

Tints of Lilac #C192BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.04%

R = 36.42%
G = 27.55%
B = 36.04%

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

#C192BF (or 0xC192BF) is known color: Lilac. HEX triplet: C1, 92 and BF. RGB value is (193,146,191). Sum of RGB (Red+Green+Blue) = 193+146+191=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C192BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192BF is #3E6D40. Grayscale: #A5A5A5. Windows color (decimal): -4091201 or 12554945. OLE color: 12554945.

HSL color Cylindrical-coordinate representation of color #C192BF: hue angle of 302.55º 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 #C192BF is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 146 191 -
CMYK 0 0.24 0.01 0.24
HSL 302.55º 0.27% 0.66% -
HSV(B) 302.55º 0.24% 0.76% -
XYZ 41.68 35.66 53.98 -
YUV 165.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 193 146 191 0 0.24 0.01 0.24 302.55 0.27 0.66
Hex C1 92 BF 0 18 1 18 12F 1B 42
Octal 301 222 277 0 30 1 30 457 33 102
Binary 11000001 10010010 10111111 0 11000 1 11000 100101111 11011 1000010

Color Harmonies of #C192BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192BF

Black with #C192BF

Text Example


Text Example

White with #C192BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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