Html Css Color HEX #C192BD Lilac

📋 copy color: '#C192BD'

red 193 ◦ green 146 ◦ blue 189

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

Shades of Lilac #C192BD

Tints of Lilac #C192BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 36.55%
G = 27.65%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C192BD (or 0xC192BD) is known color: Lilac. HEX triplet: C1, 92 and BD. RGB value is (193,146,189). Sum of RGB (Red+Green+Blue) = 193+146+189=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C192BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192BD is #3E6D42. Grayscale: #A4A4A4. Windows color (decimal): -4091203 or 12423873. OLE color: 12423873.

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

Color convert

RGB 193 146 189 -
CMYK 0 0.24 0.02 0.24
HSL 305.11º 0.27% 0.66% -
HSV(B) 305.11º 0.24% 0.76% -
XYZ 41.46 35.57 52.82 -
YUV 164.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 193 146 189 0 0.24 0.02 0.24 305.11 0.27 0.66
Hex C1 92 BD 0 18 2 18 131 1B 42
Octal 301 222 275 0 30 2 30 461 33 102
Binary 11000001 10010010 10111101 0 11000 10 11000 100110001 11011 1000010

Color Harmonies of #C192BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192BD

Black with #C192BD

Text Example


Text Example

White with #C192BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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