Shades of Tacha #CBC353
Tints of Tacha #CBC353
RGB
CMYK
RGB Variations
Color information
#CBC353 (or 0xCBC353) is known color: Tacha. HEX triplet: CB, C3 and 53. RGB value is (203,195,83). Sum of RGB (Red+Green+Blue) = 203+195+83=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC353 is #343CAC. Grayscale: #B9B9B9. Windows color (decimal): -3423405 or 5489611. OLE color: 5489611.
HSL color Cylindrical-coordinate representation of color #CBC353: hue angle of 56º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBC353 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 83 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.20 |
| HSL | 56º | 0.54% | 0.56% | - |
| HSV(B) | 56º | 0.59% | 0.8% | - |
| XYZ | 45.71 | 52.35 | 15.88 | - |
| YUV | 184.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 83 | 0 | 0.04 | 0.59 | 0.20 | 56 | 0.54 | 0.56 |
| Hex | CB | C3 | 53 | 0 | 4 | 3B | 14 | 38 | 36 | 38 |
| Octal | 313 | 303 | 123 | 0 | 4 | 73 | 24 | 70 | 66 | 70 |
| Binary | 11001011 | 11000011 | 1010011 | 0 | 100 | 111011 | 10100 | 111000 | 110110 | 111000 |
Color Harmonies of #CBC353
Complementary color
Monochromatic Colors of #CBC353
Black with #CBC353
Text Example
Text Example
White with #CBC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC353; }
p { color: rgb(203,195,83); }
H1.HeaderClassName
{
color: #CBC353;
}
.AnyTagClassName
{
color: #CBC353;
}
</style>
background-color css
<style>
a { background-color: #CBC353; }
a { background-color: rgb(203,195,83); }
div.DivClassName
{
background-color: #CBC353;
}
.BgClassName
{
background-color: #CBC353;
}
</style>
border-color css
<style>
span { border-color: #CBC353; }
span { border-color: rgb(203,195,83); }
td.TdClassName
{
border-color: #CBC353;
}
.TagClassName
{
border-color: #CBC353;
}
</style>