Shades of Tacha #C8BB5C
Tints of Tacha #C8BB5C
RGB
CMYK
RGB Variations
Color information
#C8BB5C (or 0xC8BB5C) is known color: Tacha. HEX triplet: C8, BB and 5C. RGB value is (200,187,92). Sum of RGB (Red+Green+Blue) = 200+187+92=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB5C is #3744A3. Grayscale: #B4B4B4. Windows color (decimal): -3622052 or 6077384. OLE color: 6077384.
HSL color Cylindrical-coordinate representation of color #C8BB5C: hue angle of 52.78º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8BB5C is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 92 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.22 |
| HSL | 52.78º | 0.5% | 0.57% | - |
| HSV(B) | 52.78º | 0.54% | 0.78% | - |
| XYZ | 43.52 | 48.59 | 17.21 | - |
| YUV | 180.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 92 | 0 | 0.06 | 0.54 | 0.22 | 52.78 | 0.5 | 0.57 |
| Hex | C8 | BB | 5C | 0 | 6 | 36 | 16 | 35 | 32 | 39 |
| Octal | 310 | 273 | 134 | 0 | 6 | 66 | 26 | 65 | 62 | 71 |
| Binary | 11001000 | 10111011 | 1011100 | 0 | 110 | 110110 | 10110 | 110101 | 110010 | 111001 |
Color Harmonies of #C8BB5C
Complementary color
Monochromatic Colors of #C8BB5C
Black with #C8BB5C
Text Example
Text Example
White with #C8BB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB5C; }
p { color: rgb(200,187,92); }
H1.HeaderClassName
{
color: #C8BB5C;
}
.AnyTagClassName
{
color: #C8BB5C;
}
</style>
background-color css
<style>
a { background-color: #C8BB5C; }
a { background-color: rgb(200,187,92); }
div.DivClassName
{
background-color: #C8BB5C;
}
.BgClassName
{
background-color: #C8BB5C;
}
</style>
border-color css
<style>
span { border-color: #C8BB5C; }
span { border-color: rgb(200,187,92); }
td.TdClassName
{
border-color: #C8BB5C;
}
.TagClassName
{
border-color: #C8BB5C;
}
</style>