Shades of Tacha #C7BD5D
Tints of Tacha #C7BD5D
RGB
CMYK
RGB Variations
Color information
#C7BD5D (or 0xC7BD5D) is known color: Tacha. HEX triplet: C7, BD and 5D. RGB value is (199,189,93). Sum of RGB (Red+Green+Blue) = 199+189+93=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD5D is #3842A2. Grayscale: #B5B5B5. Windows color (decimal): -3687075 or 6143431. OLE color: 6143431.
HSL color Cylindrical-coordinate representation of color #C7BD5D: hue angle of 54.34º 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 #C7BD5D is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 93 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.22 |
| HSL | 54.34º | 0.49% | 0.57% | - |
| HSV(B) | 54.34º | 0.53% | 0.78% | - |
| XYZ | 43.73 | 49.33 | 17.57 | - |
| YUV | 181.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 93 | 0 | 0.05 | 0.53 | 0.22 | 54.34 | 0.49 | 0.57 |
| Hex | C7 | BD | 5D | 0 | 5 | 35 | 16 | 36 | 31 | 39 |
| Octal | 307 | 275 | 135 | 0 | 5 | 65 | 26 | 66 | 61 | 71 |
| Binary | 11000111 | 10111101 | 1011101 | 0 | 101 | 110101 | 10110 | 110110 | 110001 | 111001 |
Color Harmonies of #C7BD5D
Complementary color
Monochromatic Colors of #C7BD5D
Black with #C7BD5D
Text Example
Text Example
White with #C7BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BD5D; }
p { color: rgb(199,189,93); }
H1.HeaderClassName
{
color: #C7BD5D;
}
.AnyTagClassName
{
color: #C7BD5D;
}
</style>
background-color css
<style>
a { background-color: #C7BD5D; }
a { background-color: rgb(199,189,93); }
div.DivClassName
{
background-color: #C7BD5D;
}
.BgClassName
{
background-color: #C7BD5D;
}
</style>
border-color css
<style>
span { border-color: #C7BD5D; }
span { border-color: rgb(199,189,93); }
td.TdClassName
{
border-color: #C7BD5D;
}
.TagClassName
{
border-color: #C7BD5D;
}
</style>