Shades of Pale Taupe #C09B76
Tints of Pale Taupe #C09B76
RGB
CMYK
RGB Variations
Color information
#C09B76 (or 0xC09B76) is known color: Pale Taupe. HEX triplet: C0, 9B and 76. RGB value is (192,155,118). Sum of RGB (Red+Green+Blue) = 192+155+118=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B76 is #3F6489. Grayscale: #A2A2A2. Windows color (decimal): -4154506 or 7773120. OLE color: 7773120.
HSL color Cylindrical-coordinate representation of color #C09B76: hue angle of 30º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C09B76 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 118 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.25 |
| HSL | 30º | 0.37% | 0.61% | - |
| HSV(B) | 30º | 0.39% | 0.75% | - |
| XYZ | 36.73 | 35.96 | 22.14 | - |
| YUV | 161.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 118 | 0 | 0.19 | 0.39 | 0.25 | 30 | 0.37 | 0.61 |
| Hex | C0 | 9B | 76 | 0 | 13 | 27 | 19 | 1E | 25 | 3D |
| Octal | 300 | 233 | 166 | 0 | 23 | 47 | 31 | 36 | 45 | 75 |
| Binary | 11000000 | 10011011 | 1110110 | 0 | 10011 | 100111 | 11001 | 11110 | 100101 | 111101 |
Color Harmonies of #C09B76
Complementary color
Monochromatic Colors of #C09B76
Black with #C09B76
Text Example
Text Example
White with #C09B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B76; }
p { color: rgb(192,155,118); }
H1.HeaderClassName
{
color: #C09B76;
}
.AnyTagClassName
{
color: #C09B76;
}
</style>
background-color css
<style>
a { background-color: #C09B76; }
a { background-color: rgb(192,155,118); }
div.DivClassName
{
background-color: #C09B76;
}
.BgClassName
{
background-color: #C09B76;
}
</style>
border-color css
<style>
span { border-color: #C09B76; }
span { border-color: rgb(192,155,118); }
td.TdClassName
{
border-color: #C09B76;
}
.TagClassName
{
border-color: #C09B76;
}
</style>