Shades of Fuego #C8C731
Tints of Fuego #C8C731
RGB
CMYK
RGB Variations
Color information
#C8C731 (or 0xC8C731) is known color: Fuego. HEX triplet: C8, C7 and 31. RGB value is (200,199,49). Sum of RGB (Red+Green+Blue) = 200+199+49=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C731 is #3738CE. Grayscale: #B6B6B6. Windows color (decimal): -3619023 or 3262408. OLE color: 3262408.
HSL color Cylindrical-coordinate representation of color #C8C731: hue angle of 59.6º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8C731 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 49 | - |
| CMYK | 0 | 0.00 | 0.76 | 0.22 |
| HSL | 59.6º | 0.61% | 0.49% | - |
| HSV(B) | 59.6º | 0.76% | 0.78% | - |
| XYZ | 44.8 | 53.35 | 10.84 | - |
| YUV | 182.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 49 | 0 | 0.00 | 0.76 | 0.22 | 59.6 | 0.61 | 0.49 |
| Hex | C8 | C7 | 31 | 0 | 0 | 4C | 16 | 3C | 3D | 31 |
| Octal | 310 | 307 | 61 | 0 | 0 | 114 | 26 | 74 | 75 | 61 |
| Binary | 11001000 | 11000111 | 110001 | 0 | 0 | 1001100 | 10110 | 111100 | 111101 | 110001 |
Color Harmonies of #C8C731
Complementary color
Monochromatic Colors of #C8C731
Black with #C8C731
Text Example
Text Example
White with #C8C731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C731; }
p { color: rgb(200,199,49); }
H1.HeaderClassName
{
color: #C8C731;
}
.AnyTagClassName
{
color: #C8C731;
}
</style>
background-color css
<style>
a { background-color: #C8C731; }
a { background-color: rgb(200,199,49); }
div.DivClassName
{
background-color: #C8C731;
}
.BgClassName
{
background-color: #C8C731;
}
</style>
border-color css
<style>
span { border-color: #C8C731; }
span { border-color: rgb(200,199,49); }
td.TdClassName
{
border-color: #C8C731;
}
.TagClassName
{
border-color: #C8C731;
}
</style>