Shades of Tacha #CBC354
Tints of Tacha #CBC354
RGB
CMYK
RGB Variations
Color information
#CBC354 (or 0xCBC354) is known color: Tacha. HEX triplet: CB, C3 and 54. RGB value is (203,195,84). Sum of RGB (Red+Green+Blue) = 203+195+84=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC354 is #343CAB. Grayscale: #B9B9B9. Windows color (decimal): -3423404 or 5555147. OLE color: 5555147.
HSL color Cylindrical-coordinate representation of color #CBC354: hue angle of 55.97º degrees, saturation: 0.53, 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 #CBC354 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 84 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.20 |
| HSL | 55.97º | 0.53% | 0.56% | - |
| HSV(B) | 55.97º | 0.59% | 0.8% | - |
| XYZ | 45.74 | 52.37 | 16.08 | - |
| YUV | 184.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 84 | 0 | 0.04 | 0.59 | 0.20 | 55.97 | 0.53 | 0.56 |
| Hex | CB | C3 | 54 | 0 | 4 | 3B | 14 | 38 | 35 | 38 |
| Octal | 313 | 303 | 124 | 0 | 4 | 73 | 24 | 70 | 65 | 70 |
| Binary | 11001011 | 11000011 | 1010100 | 0 | 100 | 111011 | 10100 | 111000 | 110101 | 111000 |
Color Harmonies of #CBC354
Complementary color
Monochromatic Colors of #CBC354
Black with #CBC354
Text Example
Text Example
White with #CBC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC354; }
p { color: rgb(203,195,84); }
H1.HeaderClassName
{
color: #CBC354;
}
.AnyTagClassName
{
color: #CBC354;
}
</style>
background-color css
<style>
a { background-color: #CBC354; }
a { background-color: rgb(203,195,84); }
div.DivClassName
{
background-color: #CBC354;
}
.BgClassName
{
background-color: #CBC354;
}
</style>
border-color css
<style>
span { border-color: #CBC354; }
span { border-color: rgb(203,195,84); }
td.TdClassName
{
border-color: #CBC354;
}
.TagClassName
{
border-color: #CBC354;
}
</style>