Shades of Pale Taupe #C3977B
Tints of Pale Taupe #C3977B
RGB
CMYK
RGB Variations
Color information
#C3977B (or 0xC3977B) is known color: Pale Taupe. HEX triplet: C3, 97 and 7B. RGB value is (195,151,123). Sum of RGB (Red+Green+Blue) = 195+151+123=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3977B is #3C6884. Grayscale: #A1A1A1. Windows color (decimal): -3958917 or 8099779. OLE color: 8099779.
HSL color Cylindrical-coordinate representation of color #C3977B: hue angle of 23.33º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3977B is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 123 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.24 |
| HSL | 23.33º | 0.38% | 0.62% | - |
| HSV(B) | 23.33º | 0.37% | 0.76% | - |
| XYZ | 37.15 | 35.17 | 23.57 | - |
| YUV | 160.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 123 | 0 | 0.23 | 0.37 | 0.24 | 23.33 | 0.38 | 0.62 |
| Hex | C3 | 97 | 7B | 0 | 17 | 25 | 18 | 17 | 26 | 3E |
| Octal | 303 | 227 | 173 | 0 | 27 | 45 | 30 | 27 | 46 | 76 |
| Binary | 11000011 | 10010111 | 1111011 | 0 | 10111 | 100101 | 11000 | 10111 | 100110 | 111110 |
Color Harmonies of #C3977B
Complementary color
Monochromatic Colors of #C3977B
Black with #C3977B
Text Example
Text Example
White with #C3977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3977B; }
p { color: rgb(195,151,123); }
H1.HeaderClassName
{
color: #C3977B;
}
.AnyTagClassName
{
color: #C3977B;
}
</style>
background-color css
<style>
a { background-color: #C3977B; }
a { background-color: rgb(195,151,123); }
div.DivClassName
{
background-color: #C3977B;
}
.BgClassName
{
background-color: #C3977B;
}
</style>
border-color css
<style>
span { border-color: #C3977B; }
span { border-color: rgb(195,151,123); }
td.TdClassName
{
border-color: #C3977B;
}
.TagClassName
{
border-color: #C3977B;
}
</style>