Shades of Fuego #C4CB31
Tints of Fuego #C4CB31
RGB
CMYK
RGB Variations
Color information
#C4CB31 (or 0xC4CB31) is known color: Fuego. HEX triplet: C4, CB and 31. RGB value is (196,203,49). Sum of RGB (Red+Green+Blue) = 196+203+49=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CB31 is #3B34CE. Grayscale: #B7B7B7. Windows color (decimal): -3880143 or 3263428. OLE color: 3263428.
HSL color Cylindrical-coordinate representation of color #C4CB31: hue angle of 62.73º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4CB31 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 49 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.20 |
| HSL | 62.73º | 0.61% | 0.49% | - |
| HSV(B) | 62.73º | 0.76% | 0.8% | - |
| XYZ | 44.68 | 54.67 | 11.1 | - |
| YUV | 183.35 | 52.18 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 49 | 0.03 | 0 | 0.76 | 0.20 | 62.73 | 0.61 | 0.49 |
| Hex | C4 | CB | 31 | 3 | 0 | 4C | 14 | 3F | 3D | 31 |
| Octal | 304 | 313 | 61 | 3 | 0 | 114 | 24 | 77 | 75 | 61 |
| Binary | 11000100 | 11001011 | 110001 | 11 | 0 | 1001100 | 10100 | 111111 | 111101 | 110001 |
Color Harmonies of #C4CB31
Complementary color
Monochromatic Colors of #C4CB31
Black with #C4CB31
Text Example
Text Example
White with #C4CB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CB31; }
p { color: rgb(196,203,49); }
H1.HeaderClassName
{
color: #C4CB31;
}
.AnyTagClassName
{
color: #C4CB31;
}
</style>
background-color css
<style>
a { background-color: #C4CB31; }
a { background-color: rgb(196,203,49); }
div.DivClassName
{
background-color: #C4CB31;
}
.BgClassName
{
background-color: #C4CB31;
}
</style>
border-color css
<style>
span { border-color: #C4CB31; }
span { border-color: rgb(196,203,49); }
td.TdClassName
{
border-color: #C4CB31;
}
.TagClassName
{
border-color: #C4CB31;
}
</style>