Shades of Tacha #CBC360
Tints of Tacha #CBC360
RGB
CMYK
RGB Variations
Color information
#CBC360 (or 0xCBC360) is known color: Tacha. HEX triplet: CB, C3 and 60. RGB value is (203,195,96). Sum of RGB (Red+Green+Blue) = 203+195+96=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC360 is #343C9F. Grayscale: #BABABA. Windows color (decimal): -3423392 or 6341579. OLE color: 6341579.
HSL color Cylindrical-coordinate representation of color #CBC360: hue angle of 55.51º 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 #CBC360 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 96 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.20 |
| HSL | 55.51º | 0.51% | 0.59% | - |
| HSV(B) | 55.51º | 0.53% | 0.8% | - |
| XYZ | 46.26 | 52.57 | 18.78 | - |
| YUV | 186.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 96 | 0 | 0.04 | 0.53 | 0.20 | 55.51 | 0.51 | 0.59 |
| Hex | CB | C3 | 60 | 0 | 4 | 35 | 14 | 38 | 33 | 3B |
| Octal | 313 | 303 | 140 | 0 | 4 | 65 | 24 | 70 | 63 | 73 |
| Binary | 11001011 | 11000011 | 1100000 | 0 | 100 | 110101 | 10100 | 111000 | 110011 | 111011 |
Color Harmonies of #CBC360
Complementary color
Monochromatic Colors of #CBC360
Black with #CBC360
Text Example
Text Example
White with #CBC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC360; }
p { color: rgb(203,195,96); }
H1.HeaderClassName
{
color: #CBC360;
}
.AnyTagClassName
{
color: #CBC360;
}
</style>
background-color css
<style>
a { background-color: #CBC360; }
a { background-color: rgb(203,195,96); }
div.DivClassName
{
background-color: #CBC360;
}
.BgClassName
{
background-color: #CBC360;
}
</style>
border-color css
<style>
span { border-color: #CBC360; }
span { border-color: rgb(203,195,96); }
td.TdClassName
{
border-color: #CBC360;
}
.TagClassName
{
border-color: #CBC360;
}
</style>