Shades of Pale Taupe #C09B7C
Tints of Pale Taupe #C09B7C
RGB
CMYK
RGB Variations
Color information
#C09B7C (or 0xC09B7C) is known color: Pale Taupe. HEX triplet: C0, 9B and 7C. RGB value is (192,155,124). Sum of RGB (Red+Green+Blue) = 192+155+124=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B7C is #3F6483. Grayscale: #A2A2A2. Windows color (decimal): -4154500 or 8166336. OLE color: 8166336.
HSL color Cylindrical-coordinate representation of color #C09B7C: hue angle of 27.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C09B7C is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 124 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.25 |
| HSL | 27.35º | 0.35% | 0.62% | - |
| HSV(B) | 27.35º | 0.35% | 0.75% | - |
| XYZ | 37.1 | 36.1 | 24.08 | - |
| YUV | 162.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 124 | 0 | 0.19 | 0.35 | 0.25 | 27.35 | 0.35 | 0.62 |
| Hex | C0 | 9B | 7C | 0 | 13 | 23 | 19 | 1B | 23 | 3E |
| Octal | 300 | 233 | 174 | 0 | 23 | 43 | 31 | 33 | 43 | 76 |
| Binary | 11000000 | 10011011 | 1111100 | 0 | 10011 | 100011 | 11001 | 11011 | 100011 | 111110 |
Color Harmonies of #C09B7C
Complementary color
Monochromatic Colors of #C09B7C
Black with #C09B7C
Text Example
Text Example
White with #C09B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B7C; }
p { color: rgb(192,155,124); }
H1.HeaderClassName
{
color: #C09B7C;
}
.AnyTagClassName
{
color: #C09B7C;
}
</style>
background-color css
<style>
a { background-color: #C09B7C; }
a { background-color: rgb(192,155,124); }
div.DivClassName
{
background-color: #C09B7C;
}
.BgClassName
{
background-color: #C09B7C;
}
</style>
border-color css
<style>
span { border-color: #C09B7C; }
span { border-color: rgb(192,155,124); }
td.TdClassName
{
border-color: #C09B7C;
}
.TagClassName
{
border-color: #C09B7C;
}
</style>