Shades of Tacha #CBB952
Tints of Tacha #CBB952
RGB
CMYK
RGB Variations
Color information
#CBB952 (or 0xCBB952) is known color: Tacha. HEX triplet: CB, B9 and 52. RGB value is (203,185,82). Sum of RGB (Red+Green+Blue) = 203+185+82=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB952 is #3446AD. Grayscale: #B3B3B3. Windows color (decimal): -3425966 or 5421515. OLE color: 5421515.
HSL color Cylindrical-coordinate representation of color #CBB952: hue angle of 51.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBB952 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 82 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.20 |
| HSL | 51.07º | 0.54% | 0.56% | - |
| HSV(B) | 51.07º | 0.6% | 0.8% | - |
| XYZ | 43.5 | 48 | 14.96 | - |
| YUV | 178.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 82 | 0 | 0.09 | 0.60 | 0.20 | 51.07 | 0.54 | 0.56 |
| Hex | CB | B9 | 52 | 0 | 9 | 3C | 14 | 33 | 36 | 38 |
| Octal | 313 | 271 | 122 | 0 | 11 | 74 | 24 | 63 | 66 | 70 |
| Binary | 11001011 | 10111001 | 1010010 | 0 | 1001 | 111100 | 10100 | 110011 | 110110 | 111000 |
Color Harmonies of #CBB952
Complementary color
Monochromatic Colors of #CBB952
Black with #CBB952
Text Example
Text Example
White with #CBB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB952; }
p { color: rgb(203,185,82); }
H1.HeaderClassName
{
color: #CBB952;
}
.AnyTagClassName
{
color: #CBB952;
}
</style>
background-color css
<style>
a { background-color: #CBB952; }
a { background-color: rgb(203,185,82); }
div.DivClassName
{
background-color: #CBB952;
}
.BgClassName
{
background-color: #CBB952;
}
</style>
border-color css
<style>
span { border-color: #CBB952; }
span { border-color: rgb(203,185,82); }
td.TdClassName
{
border-color: #CBB952;
}
.TagClassName
{
border-color: #CBB952;
}
</style>