Shades of Tacha #CBC04F
Tints of Tacha #CBC04F
RGB
CMYK
RGB Variations
Color information
#CBC04F (or 0xCBC04F) is known color: Tacha. HEX triplet: CB, C0 and 4F. RGB value is (203,192,79). Sum of RGB (Red+Green+Blue) = 203+192+79=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC04F is #343FB0. Grayscale: #B6B6B6. Windows color (decimal): -3424177 or 5226699. OLE color: 5226699.
HSL color Cylindrical-coordinate representation of color #CBC04F: hue angle of 54.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBC04F is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 79 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.20 |
| HSL | 54.68º | 0.54% | 0.55% | - |
| HSV(B) | 54.68º | 0.61% | 0.8% | - |
| XYZ | 44.89 | 50.96 | 14.87 | - |
| YUV | 182.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 79 | 0 | 0.05 | 0.61 | 0.20 | 54.68 | 0.54 | 0.55 |
| Hex | CB | C0 | 4F | 0 | 5 | 3D | 14 | 37 | 36 | 37 |
| Octal | 313 | 300 | 117 | 0 | 5 | 75 | 24 | 67 | 66 | 67 |
| Binary | 11001011 | 11000000 | 1001111 | 0 | 101 | 111101 | 10100 | 110111 | 110110 | 110111 |
Color Harmonies of #CBC04F
Complementary color
Monochromatic Colors of #CBC04F
Black with #CBC04F
Text Example
Text Example
White with #CBC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC04F; }
p { color: rgb(203,192,79); }
H1.HeaderClassName
{
color: #CBC04F;
}
.AnyTagClassName
{
color: #CBC04F;
}
</style>
background-color css
<style>
a { background-color: #CBC04F; }
a { background-color: rgb(203,192,79); }
div.DivClassName
{
background-color: #CBC04F;
}
.BgClassName
{
background-color: #CBC04F;
}
</style>
border-color css
<style>
span { border-color: #CBC04F; }
span { border-color: rgb(203,192,79); }
td.TdClassName
{
border-color: #CBC04F;
}
.TagClassName
{
border-color: #CBC04F;
}
</style>