Shades of Tacha #CBB360
Tints of Tacha #CBB360
RGB
CMYK
RGB Variations
Color information
#CBB360 (or 0xCBB360) is known color: Tacha. HEX triplet: CB, B3 and 60. RGB value is (203,179,96). Sum of RGB (Red+Green+Blue) = 203+179+96=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB360 is #344C9F. Grayscale: #B1B1B1. Windows color (decimal): -3427488 or 6337483. OLE color: 6337483.
HSL color Cylindrical-coordinate representation of color #CBB360: hue angle of 46.54º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBB360 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 96 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.20 |
| HSL | 46.54º | 0.51% | 0.59% | - |
| HSV(B) | 46.54º | 0.53% | 0.8% | - |
| XYZ | 42.86 | 45.78 | 17.64 | - |
| YUV | 176.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 96 | 0 | 0.12 | 0.53 | 0.20 | 46.54 | 0.51 | 0.59 |
| Hex | CB | B3 | 60 | 0 | C | 35 | 14 | 2F | 33 | 3B |
| Octal | 313 | 263 | 140 | 0 | 14 | 65 | 24 | 57 | 63 | 73 |
| Binary | 11001011 | 10110011 | 1100000 | 0 | 1100 | 110101 | 10100 | 101111 | 110011 | 111011 |
Color Harmonies of #CBB360
Complementary color
Monochromatic Colors of #CBB360
Black with #CBB360
Text Example
Text Example
White with #CBB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB360; }
p { color: rgb(203,179,96); }
H1.HeaderClassName
{
color: #CBB360;
}
.AnyTagClassName
{
color: #CBB360;
}
</style>
background-color css
<style>
a { background-color: #CBB360; }
a { background-color: rgb(203,179,96); }
div.DivClassName
{
background-color: #CBB360;
}
.BgClassName
{
background-color: #CBB360;
}
</style>
border-color css
<style>
span { border-color: #CBB360; }
span { border-color: rgb(203,179,96); }
td.TdClassName
{
border-color: #CBB360;
}
.TagClassName
{
border-color: #CBB360;
}
</style>