Shades of Tacha #CBB25A
Tints of Tacha #CBB25A
RGB
CMYK
RGB Variations
Color information
#CBB25A (or 0xCBB25A) is known color: Tacha. HEX triplet: CB, B2 and 5A. RGB value is (203,178,90). Sum of RGB (Red+Green+Blue) = 203+178+90=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB25A is #344DA5. Grayscale: #AFAFAF. Windows color (decimal): -3427750 or 5944011. OLE color: 5944011.
HSL color Cylindrical-coordinate representation of color #CBB25A: hue angle of 46.73º 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 #CBB25A is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 90 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.20 |
| HSL | 46.73º | 0.52% | 0.57% | - |
| HSV(B) | 46.73º | 0.56% | 0.8% | - |
| XYZ | 42.39 | 45.28 | 16.18 | - |
| YUV | 175.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 90 | 0 | 0.12 | 0.56 | 0.20 | 46.73 | 0.52 | 0.57 |
| Hex | CB | B2 | 5A | 0 | C | 38 | 14 | 2F | 34 | 39 |
| Octal | 313 | 262 | 132 | 0 | 14 | 70 | 24 | 57 | 64 | 71 |
| Binary | 11001011 | 10110010 | 1011010 | 0 | 1100 | 111000 | 10100 | 101111 | 110100 | 111001 |
Color Harmonies of #CBB25A
Complementary color
Monochromatic Colors of #CBB25A
Black with #CBB25A
Text Example
Text Example
White with #CBB25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB25A; }
p { color: rgb(203,178,90); }
H1.HeaderClassName
{
color: #CBB25A;
}
.AnyTagClassName
{
color: #CBB25A;
}
</style>
background-color css
<style>
a { background-color: #CBB25A; }
a { background-color: rgb(203,178,90); }
div.DivClassName
{
background-color: #CBB25A;
}
.BgClassName
{
background-color: #CBB25A;
}
</style>
border-color css
<style>
span { border-color: #CBB25A; }
span { border-color: rgb(203,178,90); }
td.TdClassName
{
border-color: #CBB25A;
}
.TagClassName
{
border-color: #CBB25A;
}
</style>