Shades of Pale Taupe #C09B80
Tints of Pale Taupe #C09B80
RGB
CMYK
RGB Variations
Color information
#C09B80 (or 0xC09B80) is known color: Pale Taupe. HEX triplet: C0, 9B and 80. RGB value is (192,155,128). Sum of RGB (Red+Green+Blue) = 192+155+128=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B80 is #3F647F. Grayscale: #A3A3A3. Windows color (decimal): -4154496 or 8428480. OLE color: 8428480.
HSL color Cylindrical-coordinate representation of color #C09B80: hue angle of 25.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09B80 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 128 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.25 |
| HSL | 25.31º | 0.34% | 0.63% | - |
| HSV(B) | 25.31º | 0.33% | 0.75% | - |
| XYZ | 37.36 | 36.21 | 25.44 | - |
| YUV | 162.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 128 | 0 | 0.19 | 0.33 | 0.25 | 25.31 | 0.34 | 0.63 |
| Hex | C0 | 9B | 80 | 0 | 13 | 21 | 19 | 19 | 22 | 3F |
| Octal | 300 | 233 | 200 | 0 | 23 | 41 | 31 | 31 | 42 | 77 |
| Binary | 11000000 | 10011011 | 10000000 | 0 | 10011 | 100001 | 11001 | 11001 | 100010 | 111111 |
Color Harmonies of #C09B80
Complementary color
Monochromatic Colors of #C09B80
Black with #C09B80
Text Example
Text Example
White with #C09B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B80; }
p { color: rgb(192,155,128); }
H1.HeaderClassName
{
color: #C09B80;
}
.AnyTagClassName
{
color: #C09B80;
}
</style>
background-color css
<style>
a { background-color: #C09B80; }
a { background-color: rgb(192,155,128); }
div.DivClassName
{
background-color: #C09B80;
}
.BgClassName
{
background-color: #C09B80;
}
</style>
border-color css
<style>
span { border-color: #C09B80; }
span { border-color: rgb(192,155,128); }
td.TdClassName
{
border-color: #C09B80;
}
.TagClassName
{
border-color: #C09B80;
}
</style>