Shades of Fuego #C8CD31
Tints of Fuego #C8CD31
RGB
CMYK
RGB Variations
Color information
#C8CD31 (or 0xC8CD31) is known color: Fuego. HEX triplet: C8, CD and 31. RGB value is (200,205,49). Sum of RGB (Red+Green+Blue) = 200+205+49=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CD31 is #3732CE. Grayscale: #BABABA. Windows color (decimal): -3617487 or 3263944. OLE color: 3263944.
HSL color Cylindrical-coordinate representation of color #C8CD31: hue angle of 61.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8CD31 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 49 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.20 |
| HSL | 61.92º | 0.61% | 0.5% | - |
| HSV(B) | 61.92º | 0.76% | 0.8% | - |
| XYZ | 46.21 | 56.16 | 11.31 | - |
| YUV | 185.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 49 | 0.02 | 0 | 0.76 | 0.20 | 61.92 | 0.61 | 0.5 |
| Hex | C8 | CD | 31 | 2 | 0 | 4C | 14 | 3E | 3D | 32 |
| Octal | 310 | 315 | 61 | 2 | 0 | 114 | 24 | 76 | 75 | 62 |
| Binary | 11001000 | 11001101 | 110001 | 10 | 0 | 1001100 | 10100 | 111110 | 111101 | 110010 |
Color Harmonies of #C8CD31
Complementary color
Monochromatic Colors of #C8CD31
Black with #C8CD31
Text Example
Text Example
White with #C8CD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD31; }
p { color: rgb(200,205,49); }
H1.HeaderClassName
{
color: #C8CD31;
}
.AnyTagClassName
{
color: #C8CD31;
}
</style>
background-color css
<style>
a { background-color: #C8CD31; }
a { background-color: rgb(200,205,49); }
div.DivClassName
{
background-color: #C8CD31;
}
.BgClassName
{
background-color: #C8CD31;
}
</style>
border-color css
<style>
span { border-color: #C8CD31; }
span { border-color: rgb(200,205,49); }
td.TdClassName
{
border-color: #C8CD31;
}
.TagClassName
{
border-color: #C8CD31;
}
</style>