Shades of Tacha #CBB55F
Tints of Tacha #CBB55F
RGB
CMYK
RGB Variations
Color information
#CBB55F (or 0xCBB55F) is known color: Tacha. HEX triplet: CB, B5 and 5F. RGB value is (203,181,95). Sum of RGB (Red+Green+Blue) = 203+181+95=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB55F is #344AA0. Grayscale: #B2B2B2. Windows color (decimal): -3426977 or 6272459. OLE color: 6272459.
HSL color Cylindrical-coordinate representation of color #CBB55F: hue angle of 47.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBB55F is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 95 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.20 |
| HSL | 47.78º | 0.51% | 0.58% | - |
| HSV(B) | 47.78º | 0.53% | 0.8% | - |
| XYZ | 43.22 | 46.57 | 17.54 | - |
| YUV | 177.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 95 | 0 | 0.11 | 0.53 | 0.20 | 47.78 | 0.51 | 0.58 |
| Hex | CB | B5 | 5F | 0 | B | 35 | 14 | 30 | 33 | 3A |
| Octal | 313 | 265 | 137 | 0 | 13 | 65 | 24 | 60 | 63 | 72 |
| Binary | 11001011 | 10110101 | 1011111 | 0 | 1011 | 110101 | 10100 | 110000 | 110011 | 111010 |
Color Harmonies of #CBB55F
Complementary color
Monochromatic Colors of #CBB55F
Black with #CBB55F
Text Example
Text Example
White with #CBB55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB55F; }
p { color: rgb(203,181,95); }
H1.HeaderClassName
{
color: #CBB55F;
}
.AnyTagClassName
{
color: #CBB55F;
}
</style>
background-color css
<style>
a { background-color: #CBB55F; }
a { background-color: rgb(203,181,95); }
div.DivClassName
{
background-color: #CBB55F;
}
.BgClassName
{
background-color: #CBB55F;
}
</style>
border-color css
<style>
span { border-color: #CBB55F; }
span { border-color: rgb(203,181,95); }
td.TdClassName
{
border-color: #CBB55F;
}
.TagClassName
{
border-color: #CBB55F;
}
</style>