Shades of Tacha #C8B85D
Tints of Tacha #C8B85D
RGB
CMYK
RGB Variations
Color information
#C8B85D (or 0xC8B85D) is known color: Tacha. HEX triplet: C8, B8 and 5D. RGB value is (200,184,93). Sum of RGB (Red+Green+Blue) = 200+184+93=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B85D is #3747A2. Grayscale: #B2B2B2. Windows color (decimal): -3622819 or 6142152. OLE color: 6142152.
HSL color Cylindrical-coordinate representation of color #C8B85D: hue angle of 51.03º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8B85D is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 93 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.22 |
| HSL | 51.03º | 0.49% | 0.57% | - |
| HSV(B) | 51.03º | 0.54% | 0.78% | - |
| XYZ | 42.94 | 47.35 | 17.23 | - |
| YUV | 178.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 93 | 0 | 0.08 | 0.54 | 0.22 | 51.03 | 0.49 | 0.57 |
| Hex | C8 | B8 | 5D | 0 | 8 | 36 | 16 | 33 | 31 | 39 |
| Octal | 310 | 270 | 135 | 0 | 10 | 66 | 26 | 63 | 61 | 71 |
| Binary | 11001000 | 10111000 | 1011101 | 0 | 1000 | 110110 | 10110 | 110011 | 110001 | 111001 |
Color Harmonies of #C8B85D
Complementary color
Monochromatic Colors of #C8B85D
Black with #C8B85D
Text Example
Text Example
White with #C8B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B85D; }
p { color: rgb(200,184,93); }
H1.HeaderClassName
{
color: #C8B85D;
}
.AnyTagClassName
{
color: #C8B85D;
}
</style>
background-color css
<style>
a { background-color: #C8B85D; }
a { background-color: rgb(200,184,93); }
div.DivClassName
{
background-color: #C8B85D;
}
.BgClassName
{
background-color: #C8B85D;
}
</style>
border-color css
<style>
span { border-color: #C8B85D; }
span { border-color: rgb(200,184,93); }
td.TdClassName
{
border-color: #C8B85D;
}
.TagClassName
{
border-color: #C8B85D;
}
</style>