Shades of Tacha #CBC055
Tints of Tacha #CBC055
RGB
CMYK
RGB Variations
Color information
#CBC055 (or 0xCBC055) is known color: Tacha. HEX triplet: CB, C0 and 55. RGB value is (203,192,85). Sum of RGB (Red+Green+Blue) = 203+192+85=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC055 is #343FAA. Grayscale: #B7B7B7. Windows color (decimal): -3424171 or 5619915. OLE color: 5619915.
HSL color Cylindrical-coordinate representation of color #CBC055: hue angle of 54.41º 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 #CBC055 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 85 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.20 |
| HSL | 54.41º | 0.53% | 0.56% | - |
| HSV(B) | 54.41º | 0.58% | 0.8% | - |
| XYZ | 45.12 | 51.05 | 16.07 | - |
| YUV | 183.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 85 | 0 | 0.05 | 0.58 | 0.20 | 54.41 | 0.53 | 0.56 |
| Hex | CB | C0 | 55 | 0 | 5 | 3A | 14 | 36 | 35 | 38 |
| Octal | 313 | 300 | 125 | 0 | 5 | 72 | 24 | 66 | 65 | 70 |
| Binary | 11001011 | 11000000 | 1010101 | 0 | 101 | 111010 | 10100 | 110110 | 110101 | 111000 |
Color Harmonies of #CBC055
Complementary color
Monochromatic Colors of #CBC055
Black with #CBC055
Text Example
Text Example
White with #CBC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC055; }
p { color: rgb(203,192,85); }
H1.HeaderClassName
{
color: #CBC055;
}
.AnyTagClassName
{
color: #CBC055;
}
</style>
background-color css
<style>
a { background-color: #CBC055; }
a { background-color: rgb(203,192,85); }
div.DivClassName
{
background-color: #CBC055;
}
.BgClassName
{
background-color: #CBC055;
}
</style>
border-color css
<style>
span { border-color: #CBC055; }
span { border-color: rgb(203,192,85); }
td.TdClassName
{
border-color: #CBC055;
}
.TagClassName
{
border-color: #CBC055;
}
</style>