Shades of Pale Taupe #C09A79
Tints of Pale Taupe #C09A79
RGB
CMYK
RGB Variations
Color information
#C09A79 (or 0xC09A79) is known color: Pale Taupe. HEX triplet: C0, 9A and 79. RGB value is (192,154,121). Sum of RGB (Red+Green+Blue) = 192+154+121=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A79 is #3F6586. Grayscale: #A1A1A1. Windows color (decimal): -4154759 or 7969472. OLE color: 7969472.
HSL color Cylindrical-coordinate representation of color #C09A79: hue angle of 27.89º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C09A79 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 121 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.25 |
| HSL | 27.89º | 0.36% | 0.61% | - |
| HSV(B) | 27.89º | 0.37% | 0.75% | - |
| XYZ | 36.75 | 35.7 | 23.04 | - |
| YUV | 161.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 121 | 0 | 0.20 | 0.37 | 0.25 | 27.89 | 0.36 | 0.61 |
| Hex | C0 | 9A | 79 | 0 | 14 | 25 | 19 | 1C | 24 | 3D |
| Octal | 300 | 232 | 171 | 0 | 24 | 45 | 31 | 34 | 44 | 75 |
| Binary | 11000000 | 10011010 | 1111001 | 0 | 10100 | 100101 | 11001 | 11100 | 100100 | 111101 |
Color Harmonies of #C09A79
Complementary color
Monochromatic Colors of #C09A79
Black with #C09A79
Text Example
Text Example
White with #C09A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A79; }
p { color: rgb(192,154,121); }
H1.HeaderClassName
{
color: #C09A79;
}
.AnyTagClassName
{
color: #C09A79;
}
</style>
background-color css
<style>
a { background-color: #C09A79; }
a { background-color: rgb(192,154,121); }
div.DivClassName
{
background-color: #C09A79;
}
.BgClassName
{
background-color: #C09A79;
}
</style>
border-color css
<style>
span { border-color: #C09A79; }
span { border-color: rgb(192,154,121); }
td.TdClassName
{
border-color: #C09A79;
}
.TagClassName
{
border-color: #C09A79;
}
</style>