Shades of Fuego #C8CA31
Tints of Fuego #C8CA31
RGB
CMYK
RGB Variations
Color information
#C8CA31 (or 0xC8CA31) is known color: Fuego. HEX triplet: C8, CA and 31. RGB value is (200,202,49). Sum of RGB (Red+Green+Blue) = 200+202+49=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA31 is #3735CE. Grayscale: #B8B8B8. Windows color (decimal): -3618255 or 3263176. OLE color: 3263176.
HSL color Cylindrical-coordinate representation of color #C8CA31: hue angle of 60.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8CA31 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 49 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.21 |
| HSL | 60.78º | 0.61% | 0.49% | - |
| HSV(B) | 60.78º | 0.76% | 0.79% | - |
| XYZ | 45.49 | 54.74 | 11.07 | - |
| YUV | 183.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 49 | 0.01 | 0 | 0.76 | 0.21 | 60.78 | 0.61 | 0.49 |
| Hex | C8 | CA | 31 | 1 | 0 | 4C | 15 | 3D | 3D | 31 |
| Octal | 310 | 312 | 61 | 1 | 0 | 114 | 25 | 75 | 75 | 61 |
| Binary | 11001000 | 11001010 | 110001 | 1 | 0 | 1001100 | 10101 | 111101 | 111101 | 110001 |
Color Harmonies of #C8CA31
Complementary color
Monochromatic Colors of #C8CA31
Black with #C8CA31
Text Example
Text Example
White with #C8CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA31; }
p { color: rgb(200,202,49); }
H1.HeaderClassName
{
color: #C8CA31;
}
.AnyTagClassName
{
color: #C8CA31;
}
</style>
background-color css
<style>
a { background-color: #C8CA31; }
a { background-color: rgb(200,202,49); }
div.DivClassName
{
background-color: #C8CA31;
}
.BgClassName
{
background-color: #C8CA31;
}
</style>
border-color css
<style>
span { border-color: #C8CA31; }
span { border-color: rgb(200,202,49); }
td.TdClassName
{
border-color: #C8CA31;
}
.TagClassName
{
border-color: #C8CA31;
}
</style>