Shades of Tacha #CCB65E
Tints of Tacha #CCB65E
RGB
CMYK
RGB Variations
Color information
#CCB65E (or 0xCCB65E) is known color: Tacha. HEX triplet: CC, B6 and 5E. RGB value is (204,182,94). Sum of RGB (Red+Green+Blue) = 204+182+94=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB65E is #3349A1. Grayscale: #B2B2B2. Windows color (decimal): -3361186 or 6207180. OLE color: 6207180.
HSL color Cylindrical-coordinate representation of color #CCB65E: hue angle of 48º 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 #CCB65E is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 94 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.2 |
| HSL | 48º | 0.52% | 0.58% | - |
| HSV(B) | 48º | 0.54% | 0.8% | - |
| XYZ | 43.65 | 47.1 | 17.38 | - |
| YUV | 178.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 94 | 0 | 0.11 | 0.54 | 0.2 | 48 | 0.52 | 0.58 |
| Hex | CC | B6 | 5E | 0 | B | 36 | 14 | 30 | 34 | 3A |
| Octal | 314 | 266 | 136 | 0 | 13 | 66 | 24 | 60 | 64 | 72 |
| Binary | 11001100 | 10110110 | 1011110 | 0 | 1011 | 110110 | 10100 | 110000 | 110100 | 111010 |
Color Harmonies of #CCB65E
Complementary color
Monochromatic Colors of #CCB65E
Black with #CCB65E
Text Example
Text Example
White with #CCB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB65E; }
p { color: rgb(204,182,94); }
H1.HeaderClassName
{
color: #CCB65E;
}
.AnyTagClassName
{
color: #CCB65E;
}
</style>
background-color css
<style>
a { background-color: #CCB65E; }
a { background-color: rgb(204,182,94); }
div.DivClassName
{
background-color: #CCB65E;
}
.BgClassName
{
background-color: #CCB65E;
}
</style>
border-color css
<style>
span { border-color: #CCB65E; }
span { border-color: rgb(204,182,94); }
td.TdClassName
{
border-color: #CCB65E;
}
.TagClassName
{
border-color: #CCB65E;
}
</style>