Shades of Fuego #C0C83A
Tints of Fuego #C0C83A
RGB
CMYK
RGB Variations
Color information
#C0C83A (or 0xC0C83A) is known color: Fuego. HEX triplet: C0, C8 and 3A. RGB value is (192,200,58). Sum of RGB (Red+Green+Blue) = 192+200+58=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C83A is #3F37C5. Grayscale: #B5B5B5. Windows color (decimal): -4143046 or 3852480. OLE color: 3852480.
HSL color Cylindrical-coordinate representation of color #C0C83A: hue angle of 63.38º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0C83A is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 58 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.22 |
| HSL | 63.38º | 0.56% | 0.51% | - |
| HSV(B) | 63.38º | 0.71% | 0.78% | - |
| XYZ | 43.16 | 52.82 | 11.92 | - |
| YUV | 181.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 58 | 0.04 | 0 | 0.71 | 0.22 | 63.38 | 0.56 | 0.51 |
| Hex | C0 | C8 | 3A | 4 | 0 | 47 | 16 | 3F | 38 | 33 |
| Octal | 300 | 310 | 72 | 4 | 0 | 107 | 26 | 77 | 70 | 63 |
| Binary | 11000000 | 11001000 | 111010 | 100 | 0 | 1000111 | 10110 | 111111 | 111000 | 110011 |
Color Harmonies of #C0C83A
Complementary color
Monochromatic Colors of #C0C83A
Black with #C0C83A
Text Example
Text Example
White with #C0C83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C83A; }
p { color: rgb(192,200,58); }
H1.HeaderClassName
{
color: #C0C83A;
}
.AnyTagClassName
{
color: #C0C83A;
}
</style>
background-color css
<style>
a { background-color: #C0C83A; }
a { background-color: rgb(192,200,58); }
div.DivClassName
{
background-color: #C0C83A;
}
.BgClassName
{
background-color: #C0C83A;
}
</style>
border-color css
<style>
span { border-color: #C0C83A; }
span { border-color: rgb(192,200,58); }
td.TdClassName
{
border-color: #C0C83A;
}
.TagClassName
{
border-color: #C0C83A;
}
</style>