Shades of Tacha #CBC355
Tints of Tacha #CBC355
RGB
CMYK
RGB Variations
Color information
#CBC355 (or 0xCBC355) is known color: Tacha. HEX triplet: CB, C3 and 55. RGB value is (203,195,85). Sum of RGB (Red+Green+Blue) = 203+195+85=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC355 is #343CAA. Grayscale: #B9B9B9. Windows color (decimal): -3423403 or 5620683. OLE color: 5620683.
HSL color Cylindrical-coordinate representation of color #CBC355: hue angle of 55.93º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBC355 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 85 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.20 |
| HSL | 55.93º | 0.53% | 0.56% | - |
| HSV(B) | 55.93º | 0.58% | 0.8% | - |
| XYZ | 45.78 | 52.38 | 16.29 | - |
| YUV | 184.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 85 | 0 | 0.04 | 0.58 | 0.20 | 55.93 | 0.53 | 0.56 |
| Hex | CB | C3 | 55 | 0 | 4 | 3A | 14 | 38 | 35 | 38 |
| Octal | 313 | 303 | 125 | 0 | 4 | 72 | 24 | 70 | 65 | 70 |
| Binary | 11001011 | 11000011 | 1010101 | 0 | 100 | 111010 | 10100 | 111000 | 110101 | 111000 |
Color Harmonies of #CBC355
Complementary color
Monochromatic Colors of #CBC355
Black with #CBC355
Text Example
Text Example
White with #CBC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC355; }
p { color: rgb(203,195,85); }
H1.HeaderClassName
{
color: #CBC355;
}
.AnyTagClassName
{
color: #CBC355;
}
</style>
background-color css
<style>
a { background-color: #CBC355; }
a { background-color: rgb(203,195,85); }
div.DivClassName
{
background-color: #CBC355;
}
.BgClassName
{
background-color: #CBC355;
}
</style>
border-color css
<style>
span { border-color: #CBC355; }
span { border-color: rgb(203,195,85); }
td.TdClassName
{
border-color: #CBC355;
}
.TagClassName
{
border-color: #CBC355;
}
</style>