Shades of Tacha #CBB555
Tints of Tacha #CBB555
RGB
CMYK
RGB Variations
Color information
#CBB555 (or 0xCBB555) is known color: Tacha. HEX triplet: CB, B5 and 55. RGB value is (203,181,85). Sum of RGB (Red+Green+Blue) = 203+181+85=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB555 is #344AAA. Grayscale: #B1B1B1. Windows color (decimal): -3426987 or 5617099. OLE color: 5617099.
HSL color Cylindrical-coordinate representation of color #CBB555: hue angle of 48.81º 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 #CBB555 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 85 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.20 |
| HSL | 48.81º | 0.53% | 0.56% | - |
| HSV(B) | 48.81º | 0.58% | 0.8% | - |
| XYZ | 42.79 | 46.4 | 15.3 | - |
| YUV | 176.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 85 | 0 | 0.11 | 0.58 | 0.20 | 48.81 | 0.53 | 0.56 |
| Hex | CB | B5 | 55 | 0 | B | 3A | 14 | 31 | 35 | 38 |
| Octal | 313 | 265 | 125 | 0 | 13 | 72 | 24 | 61 | 65 | 70 |
| Binary | 11001011 | 10110101 | 1010101 | 0 | 1011 | 111010 | 10100 | 110001 | 110101 | 111000 |
Color Harmonies of #CBB555
Complementary color
Monochromatic Colors of #CBB555
Black with #CBB555
Text Example
Text Example
White with #CBB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB555; }
p { color: rgb(203,181,85); }
H1.HeaderClassName
{
color: #CBB555;
}
.AnyTagClassName
{
color: #CBB555;
}
</style>
background-color css
<style>
a { background-color: #CBB555; }
a { background-color: rgb(203,181,85); }
div.DivClassName
{
background-color: #CBB555;
}
.BgClassName
{
background-color: #CBB555;
}
</style>
border-color css
<style>
span { border-color: #CBB555; }
span { border-color: rgb(203,181,85); }
td.TdClassName
{
border-color: #CBB555;
}
.TagClassName
{
border-color: #CBB555;
}
</style>