Shades of Fuego #C2C83B
Tints of Fuego #C2C83B
RGB
CMYK
RGB Variations
Color information
#C2C83B (or 0xC2C83B) is known color: Fuego. HEX triplet: C2, C8 and 3B. RGB value is (194,200,59). Sum of RGB (Red+Green+Blue) = 194+200+59=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C83B is #3D37C4. Grayscale: #B6B6B6. Windows color (decimal): -4011973 or 3918018. OLE color: 3918018.
HSL color Cylindrical-coordinate representation of color #C2C83B: hue angle of 62.55º 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 #C2C83B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 59 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.22 |
| HSL | 62.55º | 0.56% | 0.51% | - |
| HSV(B) | 62.55º | 0.71% | 0.78% | - |
| XYZ | 43.69 | 53.09 | 12.08 | - |
| YUV | 182.13 | 58.51 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 59 | 0.03 | 0 | 0.70 | 0.22 | 62.55 | 0.56 | 0.51 |
| Hex | C2 | C8 | 3B | 3 | 0 | 46 | 16 | 3F | 38 | 33 |
| Octal | 302 | 310 | 73 | 3 | 0 | 106 | 26 | 77 | 70 | 63 |
| Binary | 11000010 | 11001000 | 111011 | 11 | 0 | 1000110 | 10110 | 111111 | 111000 | 110011 |
Color Harmonies of #C2C83B
Complementary color
Monochromatic Colors of #C2C83B
Black with #C2C83B
Text Example
Text Example
White with #C2C83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C83B; }
p { color: rgb(194,200,59); }
H1.HeaderClassName
{
color: #C2C83B;
}
.AnyTagClassName
{
color: #C2C83B;
}
</style>
background-color css
<style>
a { background-color: #C2C83B; }
a { background-color: rgb(194,200,59); }
div.DivClassName
{
background-color: #C2C83B;
}
.BgClassName
{
background-color: #C2C83B;
}
</style>
border-color css
<style>
span { border-color: #C2C83B; }
span { border-color: rgb(194,200,59); }
td.TdClassName
{
border-color: #C2C83B;
}
.TagClassName
{
border-color: #C2C83B;
}
</style>