Html Css Color HEX #C19573 Pale Taupe

📋 copy color: '#C19573'

red 193 ◦ green 149 ◦ blue 115

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

Shades of Pale Taupe #C19573

Tints of Pale Taupe #C19573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 42.23%
G = 32.6%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C19573 (or 0xC19573) is known color: Pale Taupe. HEX triplet: C1, 95 and 73. RGB value is (193,149,115). Sum of RGB (Red+Green+Blue) = 193+149+115=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C19573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19573 is #3E6A8C. Grayscale: #9E9E9E. Windows color (decimal): -4090509 or 7574977. OLE color: 7574977.

HSL color Cylindrical-coordinate representation of color #C19573: hue angle of 26.15º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C19573 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 149 115 -
CMYK 0 0.23 0.40 0.24
HSL 26.15º 0.39% 0.6% -
HSV(B) 26.15º 0.4% 0.76% -
XYZ 35.83 34.07 20.91 -
YUV 158.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 193 149 115 0 0.23 0.40 0.24 26.15 0.39 0.6
Hex C1 95 73 0 17 28 18 1A 27 3C
Octal 301 225 163 0 27 50 30 32 47 74
Binary 11000001 10010101 1110011 0 10111 101000 11000 11010 100111 111100

Color Harmonies of #C19573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19573

Black with #C19573

Text Example


Text Example

White with #C19573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19573; }

 p { color: rgb(193,149,115); }

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

background-color css

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

 a { background-color: rgb(193,149,115); }

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

border-color css

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

 span { border-color: rgb(193,149,115); }

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