Shades of Tacha #CCB75E
Tints of Tacha #CCB75E
RGB
CMYK
RGB Variations
Color information
#CCB75E (or 0xCCB75E) is known color: Tacha. HEX triplet: CC, B7 and 5E. RGB value is (204,183,94). Sum of RGB (Red+Green+Blue) = 204+183+94=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB75E is #3348A1. Grayscale: #B3B3B3. Windows color (decimal): -3360930 or 6207436. OLE color: 6207436.
HSL color Cylindrical-coordinate representation of color #CCB75E: hue angle of 48.55º degrees, saturation: 0.52, 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 #CCB75E is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 94 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.2 |
| HSL | 48.55º | 0.52% | 0.58% | - |
| HSV(B) | 48.55º | 0.54% | 0.8% | - |
| XYZ | 43.86 | 47.51 | 17.45 | - |
| YUV | 179.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 94 | 0 | 0.10 | 0.54 | 0.2 | 48.55 | 0.52 | 0.58 |
| Hex | CC | B7 | 5E | 0 | A | 36 | 14 | 31 | 34 | 3A |
| Octal | 314 | 267 | 136 | 0 | 12 | 66 | 24 | 61 | 64 | 72 |
| Binary | 11001100 | 10110111 | 1011110 | 0 | 1010 | 110110 | 10100 | 110001 | 110100 | 111010 |
Color Harmonies of #CCB75E
Complementary color
Monochromatic Colors of #CCB75E
Black with #CCB75E
Text Example
Text Example
White with #CCB75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB75E; }
p { color: rgb(204,183,94); }
H1.HeaderClassName
{
color: #CCB75E;
}
.AnyTagClassName
{
color: #CCB75E;
}
</style>
background-color css
<style>
a { background-color: #CCB75E; }
a { background-color: rgb(204,183,94); }
div.DivClassName
{
background-color: #CCB75E;
}
.BgClassName
{
background-color: #CCB75E;
}
</style>
border-color css
<style>
span { border-color: #CCB75E; }
span { border-color: rgb(204,183,94); }
td.TdClassName
{
border-color: #CCB75E;
}
.TagClassName
{
border-color: #CCB75E;
}
</style>