Shades of Pale Taupe #C09070
Tints of Pale Taupe #C09070
RGB
CMYK
RGB Variations
Color information
#C09070 (or 0xC09070) is known color: Pale Taupe. HEX triplet: C0, 90 and 70. RGB value is (192,144,112). Sum of RGB (Red+Green+Blue) = 192+144+112=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C09070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09070 is #3F6F8F. Grayscale: #9A9A9A. Windows color (decimal): -4157328 or 7377088. OLE color: 7377088.
HSL color Cylindrical-coordinate representation of color #C09070: hue angle of 24º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C09070 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 112 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.25 |
| HSL | 24º | 0.39% | 0.6% | - |
| HSV(B) | 24º | 0.42% | 0.75% | - |
| XYZ | 34.64 | 32.32 | 19.74 | - |
| YUV | 154.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 112 | 0 | 0.25 | 0.42 | 0.25 | 24 | 0.39 | 0.6 |
| Hex | C0 | 90 | 70 | 0 | 19 | 2A | 19 | 18 | 27 | 3C |
| Octal | 300 | 220 | 160 | 0 | 31 | 52 | 31 | 30 | 47 | 74 |
| Binary | 11000000 | 10010000 | 1110000 | 0 | 11001 | 101010 | 11001 | 11000 | 100111 | 111100 |
Color Harmonies of #C09070
Complementary color
Monochromatic Colors of #C09070
Black with #C09070
Text Example
Text Example
White with #C09070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09070; }
p { color: rgb(192,144,112); }
H1.HeaderClassName
{
color: #C09070;
}
.AnyTagClassName
{
color: #C09070;
}
</style>
background-color css
<style>
a { background-color: #C09070; }
a { background-color: rgb(192,144,112); }
div.DivClassName
{
background-color: #C09070;
}
.BgClassName
{
background-color: #C09070;
}
</style>
border-color css
<style>
span { border-color: #C09070; }
span { border-color: rgb(192,144,112); }
td.TdClassName
{
border-color: #C09070;
}
.TagClassName
{
border-color: #C09070;
}
</style>