Shades of Fuego #C7CA34
Tints of Fuego #C7CA34
RGB
CMYK
RGB Variations
Color information
#C7CA34 (or 0xC7CA34) is known color: Fuego. HEX triplet: C7, CA and 34. RGB value is (199,202,52). Sum of RGB (Red+Green+Blue) = 199+202+52=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA34 is #3835CB. Grayscale: #B8B8B8. Windows color (decimal): -3683788 or 3459783. OLE color: 3459783.
HSL color Cylindrical-coordinate representation of color #C7CA34: hue angle of 61.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7CA34 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 52 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.21 |
| HSL | 61.2º | 0.59% | 0.5% | - |
| HSV(B) | 61.2º | 0.74% | 0.79% | - |
| XYZ | 45.29 | 54.63 | 11.41 | - |
| YUV | 184 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 52 | 0.01 | 0 | 0.74 | 0.21 | 61.2 | 0.59 | 0.5 |
| Hex | C7 | CA | 34 | 1 | 0 | 4A | 15 | 3D | 3B | 32 |
| Octal | 307 | 312 | 64 | 1 | 0 | 112 | 25 | 75 | 73 | 62 |
| Binary | 11000111 | 11001010 | 110100 | 1 | 0 | 1001010 | 10101 | 111101 | 111011 | 110010 |
Color Harmonies of #C7CA34
Complementary color
Monochromatic Colors of #C7CA34
Black with #C7CA34
Text Example
Text Example
White with #C7CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA34; }
p { color: rgb(199,202,52); }
H1.HeaderClassName
{
color: #C7CA34;
}
.AnyTagClassName
{
color: #C7CA34;
}
</style>
background-color css
<style>
a { background-color: #C7CA34; }
a { background-color: rgb(199,202,52); }
div.DivClassName
{
background-color: #C7CA34;
}
.BgClassName
{
background-color: #C7CA34;
}
</style>
border-color css
<style>
span { border-color: #C7CA34; }
span { border-color: rgb(199,202,52); }
td.TdClassName
{
border-color: #C7CA34;
}
.TagClassName
{
border-color: #C7CA34;
}
</style>