Shades of Tacha #CBC55D
Tints of Tacha #CBC55D
RGB
CMYK
RGB Variations
Color information
#CBC55D (or 0xCBC55D) is known color: Tacha. HEX triplet: CB, C5 and 5D. RGB value is (203,197,93). Sum of RGB (Red+Green+Blue) = 203+197+93=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC55D is #343AA2. Grayscale: #BBBBBB. Windows color (decimal): -3422883 or 6145483. OLE color: 6145483.
HSL color Cylindrical-coordinate representation of color #CBC55D: hue angle of 56.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBC55D is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 93 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.20 |
| HSL | 56.73º | 0.51% | 0.58% | - |
| HSV(B) | 56.73º | 0.54% | 0.8% | - |
| XYZ | 46.57 | 53.42 | 18.21 | - |
| YUV | 186.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 93 | 0 | 0.03 | 0.54 | 0.20 | 56.73 | 0.51 | 0.58 |
| Hex | CB | C5 | 5D | 0 | 3 | 36 | 14 | 39 | 33 | 3A |
| Octal | 313 | 305 | 135 | 0 | 3 | 66 | 24 | 71 | 63 | 72 |
| Binary | 11001011 | 11000101 | 1011101 | 0 | 11 | 110110 | 10100 | 111001 | 110011 | 111010 |
Color Harmonies of #CBC55D
Complementary color
Monochromatic Colors of #CBC55D
Black with #CBC55D
Text Example
Text Example
White with #CBC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC55D; }
p { color: rgb(203,197,93); }
H1.HeaderClassName
{
color: #CBC55D;
}
.AnyTagClassName
{
color: #CBC55D;
}
</style>
background-color css
<style>
a { background-color: #CBC55D; }
a { background-color: rgb(203,197,93); }
div.DivClassName
{
background-color: #CBC55D;
}
.BgClassName
{
background-color: #CBC55D;
}
</style>
border-color css
<style>
span { border-color: #CBC55D; }
span { border-color: rgb(203,197,93); }
td.TdClassName
{
border-color: #CBC55D;
}
.TagClassName
{
border-color: #CBC55D;
}
</style>