Shades of Tacha #CCB95D
Tints of Tacha #CCB95D
RGB
CMYK
RGB Variations
Color information
#CCB95D (or 0xCCB95D) is known color: Tacha. HEX triplet: CC, B9 and 5D. RGB value is (204,185,93). Sum of RGB (Red+Green+Blue) = 204+185+93=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB95D is #3346A2. Grayscale: #B4B4B4. Windows color (decimal): -3360419 or 6142412. OLE color: 6142412.
HSL color Cylindrical-coordinate representation of color #CCB95D: hue angle of 49.73º 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 #CCB95D is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 93 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.2 |
| HSL | 49.73º | 0.52% | 0.58% | - |
| HSV(B) | 49.73º | 0.54% | 0.8% | - |
| XYZ | 44.23 | 48.33 | 17.35 | - |
| YUV | 180.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 93 | 0 | 0.09 | 0.54 | 0.2 | 49.73 | 0.52 | 0.58 |
| Hex | CC | B9 | 5D | 0 | 9 | 36 | 14 | 32 | 34 | 3A |
| Octal | 314 | 271 | 135 | 0 | 11 | 66 | 24 | 62 | 64 | 72 |
| Binary | 11001100 | 10111001 | 1011101 | 0 | 1001 | 110110 | 10100 | 110010 | 110100 | 111010 |
Color Harmonies of #CCB95D
Complementary color
Monochromatic Colors of #CCB95D
Black with #CCB95D
Text Example
Text Example
White with #CCB95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB95D; }
p { color: rgb(204,185,93); }
H1.HeaderClassName
{
color: #CCB95D;
}
.AnyTagClassName
{
color: #CCB95D;
}
</style>
background-color css
<style>
a { background-color: #CCB95D; }
a { background-color: rgb(204,185,93); }
div.DivClassName
{
background-color: #CCB95D;
}
.BgClassName
{
background-color: #CCB95D;
}
</style>
border-color css
<style>
span { border-color: #CCB95D; }
span { border-color: rgb(204,185,93); }
td.TdClassName
{
border-color: #CCB95D;
}
.TagClassName
{
border-color: #CCB95D;
}
</style>