Shades of Tacha #CBB455
Tints of Tacha #CBB455
RGB
CMYK
RGB Variations
Color information
#CBB455 (or 0xCBB455) is known color: Tacha. HEX triplet: CB, B4 and 55. RGB value is (203,180,85). Sum of RGB (Red+Green+Blue) = 203+180+85=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB455 is #344BAA. Grayscale: #B0B0B0. Windows color (decimal): -3427243 or 5616843. OLE color: 5616843.
HSL color Cylindrical-coordinate representation of color #CBB455: hue angle of 48.31º 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 #CBB455 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 85 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.20 |
| HSL | 48.31º | 0.53% | 0.56% | - |
| HSV(B) | 48.31º | 0.58% | 0.8% | - |
| XYZ | 42.59 | 45.99 | 15.23 | - |
| YUV | 176.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 85 | 0 | 0.11 | 0.58 | 0.20 | 48.31 | 0.53 | 0.56 |
| Hex | CB | B4 | 55 | 0 | B | 3A | 14 | 30 | 35 | 38 |
| Octal | 313 | 264 | 125 | 0 | 13 | 72 | 24 | 60 | 65 | 70 |
| Binary | 11001011 | 10110100 | 1010101 | 0 | 1011 | 111010 | 10100 | 110000 | 110101 | 111000 |
Color Harmonies of #CBB455
Complementary color
Monochromatic Colors of #CBB455
Black with #CBB455
Text Example
Text Example
White with #CBB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB455; }
p { color: rgb(203,180,85); }
H1.HeaderClassName
{
color: #CBB455;
}
.AnyTagClassName
{
color: #CBB455;
}
</style>
background-color css
<style>
a { background-color: #CBB455; }
a { background-color: rgb(203,180,85); }
div.DivClassName
{
background-color: #CBB455;
}
.BgClassName
{
background-color: #CBB455;
}
</style>
border-color css
<style>
span { border-color: #CBB455; }
span { border-color: rgb(203,180,85); }
td.TdClassName
{
border-color: #CBB455;
}
.TagClassName
{
border-color: #CBB455;
}
</style>