#C19174

Color #C19174 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C19174

Tints of Pale Taupe #C19174

Color information

#C19174 (or 0xC19174) is unknown color: approx 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

RGB193145116-
CMYK00.250.400.24
HSL22.6º38.31%60.59%-
HSV(B)22.6º39.9%75.69%-
XYZ35.2732.8521-
YUV156.05105.4154.36-

RGB Variations

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

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.70% from 255) = 25.55%
R=42.51%
G=31.94%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314511600.250.400.2422.638.3160.59
HexC19174019281817263d
Octal3012211640315030274675
Binary110000011001000111101000110011010001100010111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>