Shades of Tacha #CBB562
Tints of Tacha #CBB562
RGB
CMYK
RGB Variations
Color information
#CBB562 (or 0xCBB562) is known color: Tacha. HEX triplet: CB, B5 and 62. RGB value is (203,181,98). Sum of RGB (Red+Green+Blue) = 203+181+98=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB562 is #344A9D. Grayscale: #B2B2B2. Windows color (decimal): -3426974 or 6469067. OLE color: 6469067.
HSL color Cylindrical-coordinate representation of color #CBB562: hue angle of 47.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBB562 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 98 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.20 |
| HSL | 47.43º | 0.5% | 0.59% | - |
| HSV(B) | 47.43º | 0.52% | 0.8% | - |
| XYZ | 43.36 | 46.63 | 18.27 | - |
| YUV | 178.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 98 | 0 | 0.11 | 0.52 | 0.20 | 47.43 | 0.5 | 0.59 |
| Hex | CB | B5 | 62 | 0 | B | 34 | 14 | 2F | 32 | 3B |
| Octal | 313 | 265 | 142 | 0 | 13 | 64 | 24 | 57 | 62 | 73 |
| Binary | 11001011 | 10110101 | 1100010 | 0 | 1011 | 110100 | 10100 | 101111 | 110010 | 111011 |
Color Harmonies of #CBB562
Complementary color
Monochromatic Colors of #CBB562
Black with #CBB562
Text Example
Text Example
White with #CBB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB562; }
p { color: rgb(203,181,98); }
H1.HeaderClassName
{
color: #CBB562;
}
.AnyTagClassName
{
color: #CBB562;
}
</style>
background-color css
<style>
a { background-color: #CBB562; }
a { background-color: rgb(203,181,98); }
div.DivClassName
{
background-color: #CBB562;
}
.BgClassName
{
background-color: #CBB562;
}
</style>
border-color css
<style>
span { border-color: #CBB562; }
span { border-color: rgb(203,181,98); }
td.TdClassName
{
border-color: #CBB562;
}
.TagClassName
{
border-color: #CBB562;
}
</style>