Html Css Color HEX #C19174 Pale Taupe

📋 copy color: '#C19174'

red 193 ◦ green 145 ◦ blue 116

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

Shades of Pale Taupe #C19174

Tints of Pale Taupe #C19174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.55%

R = 42.51%
G = 31.94%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C19174 (or 0xC19174) is known color: Pale Taupe. HEX triplet: C1, 91 and 74. RGB value is (193,145,116). Sum of RGB (Red+Green+Blue) = 193+145+116=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C19174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19174 is #3E6E8B. Grayscale: #9C9C9C. Windows color (decimal): -4091532 or 7639489. OLE color: 7639489.

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

Color convert

RGB 193 145 116 -
CMYK 0 0.25 0.40 0.24
HSL 22.6º 0.38% 0.61% -
HSV(B) 22.6º 0.4% 0.76% -
XYZ 35.27 32.85 21 -
YUV 156.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 193 145 116 0 0.25 0.40 0.24 22.6 0.38 0.61
Hex C1 91 74 0 19 28 18 17 26 3D
Octal 301 221 164 0 31 50 30 27 46 75
Binary 11000001 10010001 1110100 0 11001 101000 11000 10111 100110 111101

Color Harmonies of #C19174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19174

Black with #C19174

Text Example


Text Example

White with #C19174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19174; }

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

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

background-color css

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

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

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

border-color css

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

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

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