Shades of Tacha #CBC458
Tints of Tacha #CBC458
RGB
CMYK
RGB Variations
Color information
#CBC458 (or 0xCBC458) is known color: Tacha. HEX triplet: CB, C4 and 58. RGB value is (203,196,88). Sum of RGB (Red+Green+Blue) = 203+196+88=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC458 is #343BA7. Grayscale: #BABABA. Windows color (decimal): -3423144 or 5817547. OLE color: 5817547.
HSL color Cylindrical-coordinate representation of color #CBC458: hue angle of 56.35º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBC458 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 88 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.20 |
| HSL | 56.35º | 0.53% | 0.57% | - |
| HSV(B) | 56.35º | 0.57% | 0.8% | - |
| XYZ | 46.13 | 52.88 | 17.01 | - |
| YUV | 185.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 88 | 0 | 0.03 | 0.57 | 0.20 | 56.35 | 0.53 | 0.57 |
| Hex | CB | C4 | 58 | 0 | 3 | 39 | 14 | 38 | 35 | 39 |
| Octal | 313 | 304 | 130 | 0 | 3 | 71 | 24 | 70 | 65 | 71 |
| Binary | 11001011 | 11000100 | 1011000 | 0 | 11 | 111001 | 10100 | 111000 | 110101 | 111001 |
Color Harmonies of #CBC458
Complementary color
Monochromatic Colors of #CBC458
Black with #CBC458
Text Example
Text Example
White with #CBC458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC458; }
p { color: rgb(203,196,88); }
H1.HeaderClassName
{
color: #CBC458;
}
.AnyTagClassName
{
color: #CBC458;
}
</style>
background-color css
<style>
a { background-color: #CBC458; }
a { background-color: rgb(203,196,88); }
div.DivClassName
{
background-color: #CBC458;
}
.BgClassName
{
background-color: #CBC458;
}
</style>
border-color css
<style>
span { border-color: #CBC458; }
span { border-color: rgb(203,196,88); }
td.TdClassName
{
border-color: #CBC458;
}
.TagClassName
{
border-color: #CBC458;
}
</style>