Shades of Tacha #CBB25D
Tints of Tacha #CBB25D
RGB
CMYK
RGB Variations
Color information
#CBB25D (or 0xCBB25D) is known color: Tacha. HEX triplet: CB, B2 and 5D. RGB value is (203,178,93). Sum of RGB (Red+Green+Blue) = 203+178+93=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB25D is #344DA2. Grayscale: #B0B0B0. Windows color (decimal): -3427747 or 6140619. OLE color: 6140619.
HSL color Cylindrical-coordinate representation of color #CBB25D: hue angle of 46.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBB25D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 93 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.20 |
| HSL | 46.36º | 0.51% | 0.58% | - |
| HSV(B) | 46.36º | 0.54% | 0.8% | - |
| XYZ | 42.52 | 45.33 | 16.86 | - |
| YUV | 175.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 93 | 0 | 0.12 | 0.54 | 0.20 | 46.36 | 0.51 | 0.58 |
| Hex | CB | B2 | 5D | 0 | C | 36 | 14 | 2E | 33 | 3A |
| Octal | 313 | 262 | 135 | 0 | 14 | 66 | 24 | 56 | 63 | 72 |
| Binary | 11001011 | 10110010 | 1011101 | 0 | 1100 | 110110 | 10100 | 101110 | 110011 | 111010 |
Color Harmonies of #CBB25D
Complementary color
Monochromatic Colors of #CBB25D
Black with #CBB25D
Text Example
Text Example
White with #CBB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB25D; }
p { color: rgb(203,178,93); }
H1.HeaderClassName
{
color: #CBB25D;
}
.AnyTagClassName
{
color: #CBB25D;
}
</style>
background-color css
<style>
a { background-color: #CBB25D; }
a { background-color: rgb(203,178,93); }
div.DivClassName
{
background-color: #CBB25D;
}
.BgClassName
{
background-color: #CBB25D;
}
</style>
border-color css
<style>
span { border-color: #CBB25D; }
span { border-color: rgb(203,178,93); }
td.TdClassName
{
border-color: #CBB25D;
}
.TagClassName
{
border-color: #CBB25D;
}
</style>