Html Css Color HEX #C19372 Pale Taupe

📋 copy color: '#C19372'

red 193 ◦ green 147 ◦ blue 114

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

Shades of Pale Taupe #C19372

Tints of Pale Taupe #C19372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.38%

 BLUE value IS 114 (44.92% from 255) = 25.11%

R = 42.51%
G = 32.38%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C19372 (or 0xC19372) is known color: Pale Taupe. HEX triplet: C1, 93 and 72. RGB value is (193,147,114). Sum of RGB (Red+Green+Blue) = 193+147+114=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C19372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19372 is #3E6C8D. Grayscale: #9D9D9D. Windows color (decimal): -4091022 or 7508929. OLE color: 7508929.

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

Color convert

RGB 193 147 114 -
CMYK 0 0.24 0.41 0.24
HSL 25.06º 0.39% 0.6% -
HSV(B) 25.06º 0.41% 0.76% -
XYZ 35.46 33.42 20.5 -
YUV 156.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 193 147 114 0 0.24 0.41 0.24 25.06 0.39 0.6
Hex C1 93 72 0 18 29 18 19 27 3C
Octal 301 223 162 0 30 51 30 31 47 74
Binary 11000001 10010011 1110010 0 11000 101001 11000 11001 100111 111100

Color Harmonies of #C19372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19372

Black with #C19372

Text Example


Text Example

White with #C19372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19372; }

 p { color: rgb(193,147,114); }

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

background-color css

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

 a { background-color: rgb(193,147,114); }

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

border-color css

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

 span { border-color: rgb(193,147,114); }

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