Shades of Pale Taupe #C09574
Tints of Pale Taupe #C09574
RGB
CMYK
RGB Variations
Color information
#C09574 (or 0xC09574) is known color: Pale Taupe. HEX triplet: C0, 95 and 74. RGB value is (192,149,116). Sum of RGB (Red+Green+Blue) = 192+149+116=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C09574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09574 is #3F6A8B. Grayscale: #9E9E9E. Windows color (decimal): -4156044 or 7640512. OLE color: 7640512.
HSL color Cylindrical-coordinate representation of color #C09574: hue angle of 26.05º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C09574 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 116 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.25 |
| HSL | 26.05º | 0.38% | 0.6% | - |
| HSV(B) | 26.05º | 0.4% | 0.75% | - |
| XYZ | 35.64 | 33.96 | 21.2 | - |
| YUV | 158.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 116 | 0 | 0.22 | 0.40 | 0.25 | 26.05 | 0.38 | 0.6 |
| Hex | C0 | 95 | 74 | 0 | 16 | 28 | 19 | 1A | 26 | 3C |
| Octal | 300 | 225 | 164 | 0 | 26 | 50 | 31 | 32 | 46 | 74 |
| Binary | 11000000 | 10010101 | 1110100 | 0 | 10110 | 101000 | 11001 | 11010 | 100110 | 111100 |
Color Harmonies of #C09574
Complementary color
Monochromatic Colors of #C09574
Black with #C09574
Text Example
Text Example
White with #C09574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09574; }
p { color: rgb(192,149,116); }
H1.HeaderClassName
{
color: #C09574;
}
.AnyTagClassName
{
color: #C09574;
}
</style>
background-color css
<style>
a { background-color: #C09574; }
a { background-color: rgb(192,149,116); }
div.DivClassName
{
background-color: #C09574;
}
.BgClassName
{
background-color: #C09574;
}
</style>
border-color css
<style>
span { border-color: #C09574; }
span { border-color: rgb(192,149,116); }
td.TdClassName
{
border-color: #C09574;
}
.TagClassName
{
border-color: #C09574;
}
</style>