Shades of Tacha #CBC463
Tints of Tacha #CBC463
RGB
CMYK
RGB Variations
Color information
#CBC463 (or 0xCBC463) is known color: Tacha. HEX triplet: CB, C4 and 63. RGB value is (203,196,99). Sum of RGB (Red+Green+Blue) = 203+196+99=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC463 is #343B9C. Grayscale: #BBBBBB. Windows color (decimal): -3423133 or 6538443. OLE color: 6538443.
HSL color Cylindrical-coordinate representation of color #CBC463: hue angle of 55.96º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBC463 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 99 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.20 |
| HSL | 55.96º | 0.5% | 0.59% | - |
| HSV(B) | 55.96º | 0.51% | 0.8% | - |
| XYZ | 46.62 | 53.08 | 19.59 | - |
| YUV | 187.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 99 | 0 | 0.03 | 0.51 | 0.20 | 55.96 | 0.5 | 0.59 |
| Hex | CB | C4 | 63 | 0 | 3 | 33 | 14 | 38 | 32 | 3B |
| Octal | 313 | 304 | 143 | 0 | 3 | 63 | 24 | 70 | 62 | 73 |
| Binary | 11001011 | 11000100 | 1100011 | 0 | 11 | 110011 | 10100 | 111000 | 110010 | 111011 |
Color Harmonies of #CBC463
Complementary color
Monochromatic Colors of #CBC463
Black with #CBC463
Text Example
Text Example
White with #CBC463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC463; }
p { color: rgb(203,196,99); }
H1.HeaderClassName
{
color: #CBC463;
}
.AnyTagClassName
{
color: #CBC463;
}
</style>
background-color css
<style>
a { background-color: #CBC463; }
a { background-color: rgb(203,196,99); }
div.DivClassName
{
background-color: #CBC463;
}
.BgClassName
{
background-color: #CBC463;
}
</style>
border-color css
<style>
span { border-color: #CBC463; }
span { border-color: rgb(203,196,99); }
td.TdClassName
{
border-color: #CBC463;
}
.TagClassName
{
border-color: #CBC463;
}
</style>