Shades of Pale Taupe #C69877
Tints of Pale Taupe #C69877
RGB
CMYK
RGB Variations
Color information
#C69877 (or 0xC69877) is known color: Pale Taupe. HEX triplet: C6, 98 and 77. RGB value is (198,152,119). Sum of RGB (Red+Green+Blue) = 198+152+119=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C69877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69877 is #396788. Grayscale: #A2A2A2. Windows color (decimal): -3762057 or 7837894. OLE color: 7837894.
HSL color Cylindrical-coordinate representation of color #C69877: hue angle of 25.06º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C69877 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 119 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.22 |
| HSL | 25.06º | 0.41% | 0.62% | - |
| HSV(B) | 25.06º | 0.4% | 0.78% | - |
| XYZ | 37.85 | 35.79 | 22.37 | - |
| YUV | 161.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 119 | 0 | 0.23 | 0.40 | 0.22 | 25.06 | 0.41 | 0.62 |
| Hex | C6 | 98 | 77 | 0 | 17 | 28 | 16 | 19 | 29 | 3E |
| Octal | 306 | 230 | 167 | 0 | 27 | 50 | 26 | 31 | 51 | 76 |
| Binary | 11000110 | 10011000 | 1110111 | 0 | 10111 | 101000 | 10110 | 11001 | 101001 | 111110 |
Color Harmonies of #C69877
Complementary color
Monochromatic Colors of #C69877
Black with #C69877
Text Example
Text Example
White with #C69877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69877; }
p { color: rgb(198,152,119); }
H1.HeaderClassName
{
color: #C69877;
}
.AnyTagClassName
{
color: #C69877;
}
</style>
background-color css
<style>
a { background-color: #C69877; }
a { background-color: rgb(198,152,119); }
div.DivClassName
{
background-color: #C69877;
}
.BgClassName
{
background-color: #C69877;
}
</style>
border-color css
<style>
span { border-color: #C69877; }
span { border-color: rgb(198,152,119); }
td.TdClassName
{
border-color: #C69877;
}
.TagClassName
{
border-color: #C69877;
}
</style>