Shades of Tacha #CCB25E
Tints of Tacha #CCB25E
RGB
CMYK
RGB Variations
Color information
#CCB25E (or 0xCCB25E) is known color: Tacha. HEX triplet: CC, B2 and 5E. RGB value is (204,178,94). Sum of RGB (Red+Green+Blue) = 204+178+94=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB25E is #334DA1. Grayscale: #B0B0B0. Windows color (decimal): -3362210 or 6206156. OLE color: 6206156.
HSL color Cylindrical-coordinate representation of color #CCB25E: hue angle of 45.82º 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 #CCB25E is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 94 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.2 |
| HSL | 45.82º | 0.52% | 0.58% | - |
| HSV(B) | 45.82º | 0.54% | 0.8% | - |
| XYZ | 42.84 | 45.49 | 17.11 | - |
| YUV | 176.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 94 | 0 | 0.13 | 0.54 | 0.2 | 45.82 | 0.52 | 0.58 |
| Hex | CC | B2 | 5E | 0 | D | 36 | 14 | 2E | 34 | 3A |
| Octal | 314 | 262 | 136 | 0 | 15 | 66 | 24 | 56 | 64 | 72 |
| Binary | 11001100 | 10110010 | 1011110 | 0 | 1101 | 110110 | 10100 | 101110 | 110100 | 111010 |
Color Harmonies of #CCB25E
Complementary color
Monochromatic Colors of #CCB25E
Black with #CCB25E
Text Example
Text Example
White with #CCB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB25E; }
p { color: rgb(204,178,94); }
H1.HeaderClassName
{
color: #CCB25E;
}
.AnyTagClassName
{
color: #CCB25E;
}
</style>
background-color css
<style>
a { background-color: #CCB25E; }
a { background-color: rgb(204,178,94); }
div.DivClassName
{
background-color: #CCB25E;
}
.BgClassName
{
background-color: #CCB25E;
}
</style>
border-color css
<style>
span { border-color: #CCB25E; }
span { border-color: rgb(204,178,94); }
td.TdClassName
{
border-color: #CCB25E;
}
.TagClassName
{
border-color: #CCB25E;
}
</style>