Shades of Fuego #C8CF32
Tints of Fuego #C8CF32
RGB
CMYK
RGB Variations
Color information
#C8CF32 (or 0xC8CF32) is known color: Fuego. HEX triplet: C8, CF and 32. RGB value is (200,207,50). Sum of RGB (Red+Green+Blue) = 200+207+50=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CF32 is #3730CD. Grayscale: #BBBBBB. Windows color (decimal): -3616974 or 3329992. OLE color: 3329992.
HSL color Cylindrical-coordinate representation of color #C8CF32: hue angle of 62.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8CF32 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 50 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.19 |
| HSL | 62.68º | 0.62% | 0.5% | - |
| HSV(B) | 62.68º | 0.76% | 0.81% | - |
| XYZ | 46.71 | 57.14 | 11.58 | - |
| YUV | 187.01 | 50.68 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 50 | 0.03 | 0 | 0.76 | 0.19 | 62.68 | 0.62 | 0.5 |
| Hex | C8 | CF | 32 | 3 | 0 | 4C | 13 | 3F | 3E | 32 |
| Octal | 310 | 317 | 62 | 3 | 0 | 114 | 23 | 77 | 76 | 62 |
| Binary | 11001000 | 11001111 | 110010 | 11 | 0 | 1001100 | 10011 | 111111 | 111110 | 110010 |
Color Harmonies of #C8CF32
Complementary color
Monochromatic Colors of #C8CF32
Black with #C8CF32
Text Example
Text Example
White with #C8CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF32; }
p { color: rgb(200,207,50); }
H1.HeaderClassName
{
color: #C8CF32;
}
.AnyTagClassName
{
color: #C8CF32;
}
</style>
background-color css
<style>
a { background-color: #C8CF32; }
a { background-color: rgb(200,207,50); }
div.DivClassName
{
background-color: #C8CF32;
}
.BgClassName
{
background-color: #C8CF32;
}
</style>
border-color css
<style>
span { border-color: #C8CF32; }
span { border-color: rgb(200,207,50); }
td.TdClassName
{
border-color: #C8CF32;
}
.TagClassName
{
border-color: #C8CF32;
}
</style>