Shades of Tacha #CCB85C
Tints of Tacha #CCB85C
RGB
CMYK
RGB Variations
Color information
#CCB85C (or 0xCCB85C) is known color: Tacha. HEX triplet: CC, B8 and 5C. RGB value is (204,184,92). Sum of RGB (Red+Green+Blue) = 204+184+92=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB85C is #3347A3. Grayscale: #B3B3B3. Windows color (decimal): -3360676 or 6076620. OLE color: 6076620.
HSL color Cylindrical-coordinate representation of color #CCB85C: hue angle of 49.29º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCB85C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 92 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.2 |
| HSL | 49.29º | 0.52% | 0.58% | - |
| HSV(B) | 49.29º | 0.55% | 0.8% | - |
| XYZ | 43.97 | 47.89 | 17.05 | - |
| YUV | 179.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 92 | 0 | 0.10 | 0.55 | 0.2 | 49.29 | 0.52 | 0.58 |
| Hex | CC | B8 | 5C | 0 | A | 37 | 14 | 31 | 34 | 3A |
| Octal | 314 | 270 | 134 | 0 | 12 | 67 | 24 | 61 | 64 | 72 |
| Binary | 11001100 | 10111000 | 1011100 | 0 | 1010 | 110111 | 10100 | 110001 | 110100 | 111010 |
Color Harmonies of #CCB85C
Complementary color
Monochromatic Colors of #CCB85C
Black with #CCB85C
Text Example
Text Example
White with #CCB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB85C; }
p { color: rgb(204,184,92); }
H1.HeaderClassName
{
color: #CCB85C;
}
.AnyTagClassName
{
color: #CCB85C;
}
</style>
background-color css
<style>
a { background-color: #CCB85C; }
a { background-color: rgb(204,184,92); }
div.DivClassName
{
background-color: #CCB85C;
}
.BgClassName
{
background-color: #CCB85C;
}
</style>
border-color css
<style>
span { border-color: #CCB85C; }
span { border-color: rgb(204,184,92); }
td.TdClassName
{
border-color: #CCB85C;
}
.TagClassName
{
border-color: #CCB85C;
}
</style>