Shades of Pale Taupe #C09A7D
Tints of Pale Taupe #C09A7D
RGB
CMYK
RGB Variations
Color information
#C09A7D (or 0xC09A7D) is known color: Pale Taupe. HEX triplet: C0, 9A and 7D. RGB value is (192,154,125). Sum of RGB (Red+Green+Blue) = 192+154+125=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A7D is #3F6582. Grayscale: #A2A2A2. Windows color (decimal): -4154755 or 8231616. OLE color: 8231616.
HSL color Cylindrical-coordinate representation of color #C09A7D: hue angle of 25.97º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C09A7D is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 125 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.25 |
| HSL | 25.97º | 0.35% | 0.62% | - |
| HSV(B) | 25.97º | 0.35% | 0.75% | - |
| XYZ | 37 | 35.8 | 24.36 | - |
| YUV | 162.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 125 | 0 | 0.20 | 0.35 | 0.25 | 25.97 | 0.35 | 0.62 |
| Hex | C0 | 9A | 7D | 0 | 14 | 23 | 19 | 1A | 23 | 3E |
| Octal | 300 | 232 | 175 | 0 | 24 | 43 | 31 | 32 | 43 | 76 |
| Binary | 11000000 | 10011010 | 1111101 | 0 | 10100 | 100011 | 11001 | 11010 | 100011 | 111110 |
Color Harmonies of #C09A7D
Complementary color
Monochromatic Colors of #C09A7D
Black with #C09A7D
Text Example
Text Example
White with #C09A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A7D; }
p { color: rgb(192,154,125); }
H1.HeaderClassName
{
color: #C09A7D;
}
.AnyTagClassName
{
color: #C09A7D;
}
</style>
background-color css
<style>
a { background-color: #C09A7D; }
a { background-color: rgb(192,154,125); }
div.DivClassName
{
background-color: #C09A7D;
}
.BgClassName
{
background-color: #C09A7D;
}
</style>
border-color css
<style>
span { border-color: #C09A7D; }
span { border-color: rgb(192,154,125); }
td.TdClassName
{
border-color: #C09A7D;
}
.TagClassName
{
border-color: #C09A7D;
}
</style>