Shades of Pale Taupe #C99B76
Tints of Pale Taupe #C99B76
RGB
CMYK
RGB Variations
Color information
#C99B76 (or 0xC99B76) is known color: Pale Taupe. HEX triplet: C9, 9B and 76. RGB value is (201,155,118). Sum of RGB (Red+Green+Blue) = 201+155+118=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99B76 is #366489. Grayscale: #A4A4A4. Windows color (decimal): -3564682 or 7773129. OLE color: 7773129.
HSL color Cylindrical-coordinate representation of color #C99B76: hue angle of 26.75º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C99B76 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 118 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.21 |
| HSL | 26.75º | 0.43% | 0.63% | - |
| HSV(B) | 26.75º | 0.41% | 0.79% | - |
| XYZ | 39.08 | 37.17 | 22.25 | - |
| YUV | 164.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 118 | 0 | 0.23 | 0.41 | 0.21 | 26.75 | 0.43 | 0.63 |
| Hex | C9 | 9B | 76 | 0 | 17 | 29 | 15 | 1B | 2B | 3F |
| Octal | 311 | 233 | 166 | 0 | 27 | 51 | 25 | 33 | 53 | 77 |
| Binary | 11001001 | 10011011 | 1110110 | 0 | 10111 | 101001 | 10101 | 11011 | 101011 | 111111 |
Color Harmonies of #C99B76
Complementary color
Monochromatic Colors of #C99B76
Black with #C99B76
Text Example
Text Example
White with #C99B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B76; }
p { color: rgb(201,155,118); }
H1.HeaderClassName
{
color: #C99B76;
}
.AnyTagClassName
{
color: #C99B76;
}
</style>
background-color css
<style>
a { background-color: #C99B76; }
a { background-color: rgb(201,155,118); }
div.DivClassName
{
background-color: #C99B76;
}
.BgClassName
{
background-color: #C99B76;
}
</style>
border-color css
<style>
span { border-color: #C99B76; }
span { border-color: rgb(201,155,118); }
td.TdClassName
{
border-color: #C99B76;
}
.TagClassName
{
border-color: #C99B76;
}
</style>