Shades of Tana #C0BC98
Tints of Tana #C0BC98
RGB
CMYK
RGB Variations
Color information
#C0BC98 (or 0xC0BC98) is known color: Tana. HEX triplet: C0, BC and 98. RGB value is (192,188,152). Sum of RGB (Red+Green+Blue) = 192+188+152=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC98 is #3F4367. Grayscale: #B9B9B9. Windows color (decimal): -4146024 or 10009792. OLE color: 10009792.
HSL color Cylindrical-coordinate representation of color #C0BC98: hue angle of 54º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BC98 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 152 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.25 |
| HSL | 54º | 0.24% | 0.67% | - |
| HSV(B) | 54º | 0.21% | 0.75% | - |
| XYZ | 45.39 | 49.44 | 36.86 | - |
| YUV | 185.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 152 | 0 | 0.02 | 0.21 | 0.25 | 54 | 0.24 | 0.67 |
| Hex | C0 | BC | 98 | 0 | 2 | 15 | 19 | 36 | 18 | 43 |
| Octal | 300 | 274 | 230 | 0 | 2 | 25 | 31 | 66 | 30 | 103 |
| Binary | 11000000 | 10111100 | 10011000 | 0 | 10 | 10101 | 11001 | 110110 | 11000 | 1000011 |
Color Harmonies of #C0BC98
Complementary color
Monochromatic Colors of #C0BC98
Black with #C0BC98
Text Example
Text Example
White with #C0BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC98; }
p { color: rgb(192,188,152); }
H1.HeaderClassName
{
color: #C0BC98;
}
.AnyTagClassName
{
color: #C0BC98;
}
</style>
background-color css
<style>
a { background-color: #C0BC98; }
a { background-color: rgb(192,188,152); }
div.DivClassName
{
background-color: #C0BC98;
}
.BgClassName
{
background-color: #C0BC98;
}
</style>
border-color css
<style>
span { border-color: #C0BC98; }
span { border-color: rgb(192,188,152); }
td.TdClassName
{
border-color: #C0BC98;
}
.TagClassName
{
border-color: #C0BC98;
}
</style>