Shades of Pale Taupe #C3987C
Tints of Pale Taupe #C3987C
RGB
CMYK
RGB Variations
Color information
#C3987C (or 0xC3987C) is known color: Pale Taupe. HEX triplet: C3, 98 and 7C. RGB value is (195,152,124). Sum of RGB (Red+Green+Blue) = 195+152+124=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3987C is #3C6783. Grayscale: #A1A1A1. Windows color (decimal): -3958660 or 8165571. OLE color: 8165571.
HSL color Cylindrical-coordinate representation of color #C3987C: hue angle of 23.66º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3987C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 124 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.24 |
| HSL | 23.66º | 0.37% | 0.63% | - |
| HSV(B) | 23.66º | 0.36% | 0.76% | - |
| XYZ | 37.37 | 35.51 | 23.95 | - |
| YUV | 161.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 124 | 0 | 0.22 | 0.36 | 0.24 | 23.66 | 0.37 | 0.63 |
| Hex | C3 | 98 | 7C | 0 | 16 | 24 | 18 | 18 | 25 | 3F |
| Octal | 303 | 230 | 174 | 0 | 26 | 44 | 30 | 30 | 45 | 77 |
| Binary | 11000011 | 10011000 | 1111100 | 0 | 10110 | 100100 | 11000 | 11000 | 100101 | 111111 |
Color Harmonies of #C3987C
Complementary color
Monochromatic Colors of #C3987C
Black with #C3987C
Text Example
Text Example
White with #C3987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3987C; }
p { color: rgb(195,152,124); }
H1.HeaderClassName
{
color: #C3987C;
}
.AnyTagClassName
{
color: #C3987C;
}
</style>
background-color css
<style>
a { background-color: #C3987C; }
a { background-color: rgb(195,152,124); }
div.DivClassName
{
background-color: #C3987C;
}
.BgClassName
{
background-color: #C3987C;
}
</style>
border-color css
<style>
span { border-color: #C3987C; }
span { border-color: rgb(195,152,124); }
td.TdClassName
{
border-color: #C3987C;
}
.TagClassName
{
border-color: #C3987C;
}
</style>