Html Css Color HEX #C19197 Viola

📋 copy color: '#C19197'

red 193 ◦ green 145 ◦ blue 151

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

Shades of Viola #C19197

Tints of Viola #C19197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.88%

R = 39.47%
G = 29.65%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C19197 (or 0xC19197) is known color: Viola. HEX triplet: C1, 91 and 97. RGB value is (193,145,151). Sum of RGB (Red+Green+Blue) = 193+145+151=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C19197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19197 is #3E6E68. Grayscale: #A0A0A0. Windows color (decimal): -4091497 or 9933249. OLE color: 9933249.

HSL color Cylindrical-coordinate representation of color #C19197: hue angle of 352.5º degrees, saturation: 0.28, 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 #C19197 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 145 151 -
CMYK 0 0.25 0.22 0.24
HSL 352.5º 0.28% 0.66% -
HSV(B) 352.5º 0.25% 0.76% -
XYZ 37.7 33.82 33.82 -
YUV 160.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 193 145 151 0 0.25 0.22 0.24 352.5 0.28 0.66
Hex C1 91 97 0 19 16 18 160 1C 42
Octal 301 221 227 0 31 26 30 540 34 102
Binary 11000001 10010001 10010111 0 11001 10110 11000 101100000 11100 1000010

Color Harmonies of #C19197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19197

Black with #C19197

Text Example


Text Example

White with #C19197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19197; }

 p { color: rgb(193,145,151); }

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

background-color css

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

 a { background-color: rgb(193,145,151); }

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

border-color css

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

 span { border-color: rgb(193,145,151); }

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