Shades of Tacha #CBB75A
Tints of Tacha #CBB75A
RGB
CMYK
RGB Variations
Color information
#CBB75A (or 0xCBB75A) is known color: Tacha. HEX triplet: CB, B7 and 5A. RGB value is (203,183,90). Sum of RGB (Red+Green+Blue) = 203+183+90=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB75A is #3448A5. Grayscale: #B2B2B2. Windows color (decimal): -3426470 or 5945291. OLE color: 5945291.
HSL color Cylindrical-coordinate representation of color #CBB75A: hue angle of 49.38º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBB75A is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 90 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.20 |
| HSL | 49.38º | 0.52% | 0.57% | - |
| HSV(B) | 49.38º | 0.56% | 0.8% | - |
| XYZ | 43.41 | 47.3 | 16.52 | - |
| YUV | 178.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 90 | 0 | 0.10 | 0.56 | 0.20 | 49.38 | 0.52 | 0.57 |
| Hex | CB | B7 | 5A | 0 | A | 38 | 14 | 31 | 34 | 39 |
| Octal | 313 | 267 | 132 | 0 | 12 | 70 | 24 | 61 | 64 | 71 |
| Binary | 11001011 | 10110111 | 1011010 | 0 | 1010 | 111000 | 10100 | 110001 | 110100 | 111001 |
Color Harmonies of #CBB75A
Complementary color
Monochromatic Colors of #CBB75A
Black with #CBB75A
Text Example
Text Example
White with #CBB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB75A; }
p { color: rgb(203,183,90); }
H1.HeaderClassName
{
color: #CBB75A;
}
.AnyTagClassName
{
color: #CBB75A;
}
</style>
background-color css
<style>
a { background-color: #CBB75A; }
a { background-color: rgb(203,183,90); }
div.DivClassName
{
background-color: #CBB75A;
}
.BgClassName
{
background-color: #CBB75A;
}
</style>
border-color css
<style>
span { border-color: #CBB75A; }
span { border-color: rgb(203,183,90); }
td.TdClassName
{
border-color: #CBB75A;
}
.TagClassName
{
border-color: #CBB75A;
}
</style>