Shades of Pale Taupe #C3977F
Tints of Pale Taupe #C3977F
RGB
CMYK
RGB Variations
Color information
#C3977F (or 0xC3977F) is known color: Pale Taupe. HEX triplet: C3, 97 and 7F. RGB value is (195,151,127). Sum of RGB (Red+Green+Blue) = 195+151+127=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3977F is #3C6880. Grayscale: #A1A1A1. Windows color (decimal): -3958913 or 8361923. OLE color: 8361923.
HSL color Cylindrical-coordinate representation of color #C3977F: hue angle of 21.18º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3977F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 127 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.24 |
| HSL | 21.18º | 0.36% | 0.63% | - |
| HSV(B) | 21.18º | 0.35% | 0.76% | - |
| XYZ | 37.4 | 35.27 | 24.91 | - |
| YUV | 161.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 127 | 0 | 0.23 | 0.35 | 0.24 | 21.18 | 0.36 | 0.63 |
| Hex | C3 | 97 | 7F | 0 | 17 | 23 | 18 | 15 | 24 | 3F |
| Octal | 303 | 227 | 177 | 0 | 27 | 43 | 30 | 25 | 44 | 77 |
| Binary | 11000011 | 10010111 | 1111111 | 0 | 10111 | 100011 | 11000 | 10101 | 100100 | 111111 |
Color Harmonies of #C3977F
Complementary color
Monochromatic Colors of #C3977F
Black with #C3977F
Text Example
Text Example
White with #C3977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3977F; }
p { color: rgb(195,151,127); }
H1.HeaderClassName
{
color: #C3977F;
}
.AnyTagClassName
{
color: #C3977F;
}
</style>
background-color css
<style>
a { background-color: #C3977F; }
a { background-color: rgb(195,151,127); }
div.DivClassName
{
background-color: #C3977F;
}
.BgClassName
{
background-color: #C3977F;
}
</style>
border-color css
<style>
span { border-color: #C3977F; }
span { border-color: rgb(195,151,127); }
td.TdClassName
{
border-color: #C3977F;
}
.TagClassName
{
border-color: #C3977F;
}
</style>