Shades of Tacha #CCB759
Tints of Tacha #CCB759
RGB
CMYK
RGB Variations
Color information
#CCB759 (or 0xCCB759) is known color: Tacha. HEX triplet: CC, B7 and 59. RGB value is (204,183,89). Sum of RGB (Red+Green+Blue) = 204+183+89=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB759 is #3348A6. Grayscale: #B2B2B2. Windows color (decimal): -3360935 or 5879756. OLE color: 5879756.
HSL color Cylindrical-coordinate representation of color #CCB759: hue angle of 49.04º degrees, saturation: 0.53, 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 #CCB759 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 89 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.2 |
| HSL | 49.04º | 0.53% | 0.57% | - |
| HSV(B) | 49.04º | 0.56% | 0.8% | - |
| XYZ | 43.64 | 47.43 | 16.31 | - |
| YUV | 178.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 89 | 0 | 0.10 | 0.56 | 0.2 | 49.04 | 0.53 | 0.57 |
| Hex | CC | B7 | 59 | 0 | A | 38 | 14 | 31 | 35 | 39 |
| Octal | 314 | 267 | 131 | 0 | 12 | 70 | 24 | 61 | 65 | 71 |
| Binary | 11001100 | 10110111 | 1011001 | 0 | 1010 | 111000 | 10100 | 110001 | 110101 | 111001 |
Color Harmonies of #CCB759
Complementary color
Monochromatic Colors of #CCB759
Black with #CCB759
Text Example
Text Example
White with #CCB759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB759; }
p { color: rgb(204,183,89); }
H1.HeaderClassName
{
color: #CCB759;
}
.AnyTagClassName
{
color: #CCB759;
}
</style>
background-color css
<style>
a { background-color: #CCB759; }
a { background-color: rgb(204,183,89); }
div.DivClassName
{
background-color: #CCB759;
}
.BgClassName
{
background-color: #CCB759;
}
</style>
border-color css
<style>
span { border-color: #CCB759; }
span { border-color: rgb(204,183,89); }
td.TdClassName
{
border-color: #CCB759;
}
.TagClassName
{
border-color: #CCB759;
}
</style>