Shades of Tacha #CBB35C
Tints of Tacha #CBB35C
RGB
CMYK
RGB Variations
Color information
#CBB35C (or 0xCBB35C) is known color: Tacha. HEX triplet: CB, B3 and 5C. RGB value is (203,179,92). Sum of RGB (Red+Green+Blue) = 203+179+92=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB35C is #344CA3. Grayscale: #B0B0B0. Windows color (decimal): -3427492 or 6075339. OLE color: 6075339.
HSL color Cylindrical-coordinate representation of color #CBB35C: hue angle of 47.03º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBB35C is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 92 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.20 |
| HSL | 47.03º | 0.52% | 0.58% | - |
| HSV(B) | 47.03º | 0.55% | 0.8% | - |
| XYZ | 42.68 | 45.71 | 16.7 | - |
| YUV | 176.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 92 | 0 | 0.12 | 0.55 | 0.20 | 47.03 | 0.52 | 0.58 |
| Hex | CB | B3 | 5C | 0 | C | 37 | 14 | 2F | 34 | 3A |
| Octal | 313 | 263 | 134 | 0 | 14 | 67 | 24 | 57 | 64 | 72 |
| Binary | 11001011 | 10110011 | 1011100 | 0 | 1100 | 110111 | 10100 | 101111 | 110100 | 111010 |
Color Harmonies of #CBB35C
Complementary color
Monochromatic Colors of #CBB35C
Black with #CBB35C
Text Example
Text Example
White with #CBB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB35C; }
p { color: rgb(203,179,92); }
H1.HeaderClassName
{
color: #CBB35C;
}
.AnyTagClassName
{
color: #CBB35C;
}
</style>
background-color css
<style>
a { background-color: #CBB35C; }
a { background-color: rgb(203,179,92); }
div.DivClassName
{
background-color: #CBB35C;
}
.BgClassName
{
background-color: #CBB35C;
}
</style>
border-color css
<style>
span { border-color: #CBB35C; }
span { border-color: rgb(203,179,92); }
td.TdClassName
{
border-color: #CBB35C;
}
.TagClassName
{
border-color: #CBB35C;
}
</style>