Shades of Pale Taupe #C09372
Tints of Pale Taupe #C09372
RGB
CMYK
RGB Variations
Color information
#C09372 (or 0xC09372) is known color: Pale Taupe. HEX triplet: C0, 93 and 72. RGB value is (192,147,114). Sum of RGB (Red+Green+Blue) = 192+147+114=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C09372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09372 is #3F6C8D. Grayscale: #9C9C9C. Windows color (decimal): -4156558 or 7508928. OLE color: 7508928.
HSL color Cylindrical-coordinate representation of color #C09372: hue angle of 25.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C09372 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 114 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.25 |
| HSL | 25.38º | 0.38% | 0.6% | - |
| HSV(B) | 25.38º | 0.41% | 0.75% | - |
| XYZ | 35.21 | 33.29 | 20.49 | - |
| YUV | 156.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 114 | 0 | 0.23 | 0.41 | 0.25 | 25.38 | 0.38 | 0.6 |
| Hex | C0 | 93 | 72 | 0 | 17 | 29 | 19 | 19 | 26 | 3C |
| Octal | 300 | 223 | 162 | 0 | 27 | 51 | 31 | 31 | 46 | 74 |
| Binary | 11000000 | 10010011 | 1110010 | 0 | 10111 | 101001 | 11001 | 11001 | 100110 | 111100 |
Color Harmonies of #C09372
Complementary color
Monochromatic Colors of #C09372
Black with #C09372
Text Example
Text Example
White with #C09372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09372; }
p { color: rgb(192,147,114); }
H1.HeaderClassName
{
color: #C09372;
}
.AnyTagClassName
{
color: #C09372;
}
</style>
background-color css
<style>
a { background-color: #C09372; }
a { background-color: rgb(192,147,114); }
div.DivClassName
{
background-color: #C09372;
}
.BgClassName
{
background-color: #C09372;
}
</style>
border-color css
<style>
span { border-color: #C09372; }
span { border-color: rgb(192,147,114); }
td.TdClassName
{
border-color: #C09372;
}
.TagClassName
{
border-color: #C09372;
}
</style>