Shades of Fuego #C0CA35
Tints of Fuego #C0CA35
RGB
CMYK
RGB Variations
Color information
#C0CA35 (or 0xC0CA35) is known color: Fuego. HEX triplet: C0, CA and 35. RGB value is (192,202,53). Sum of RGB (Red+Green+Blue) = 192+202+53=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA35 is #3F35CA. Grayscale: #B6B6B6. Windows color (decimal): -4142539 or 3525312. OLE color: 3525312.
HSL color Cylindrical-coordinate representation of color #C0CA35: hue angle of 64.03º degrees, saturation: 0.58, 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 #C0CA35 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 53 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.21 |
| HSL | 64.03º | 0.58% | 0.5% | - |
| HSV(B) | 64.03º | 0.74% | 0.79% | - |
| XYZ | 43.5 | 53.7 | 11.44 | - |
| YUV | 182.02 | 55.19 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 53 | 0.05 | 0 | 0.74 | 0.21 | 64.03 | 0.58 | 0.5 |
| Hex | C0 | CA | 35 | 5 | 0 | 4A | 15 | 40 | 3A | 32 |
| Octal | 300 | 312 | 65 | 5 | 0 | 112 | 25 | 100 | 72 | 62 |
| Binary | 11000000 | 11001010 | 110101 | 101 | 0 | 1001010 | 10101 | 1000000 | 111010 | 110010 |
Color Harmonies of #C0CA35
Complementary color
Monochromatic Colors of #C0CA35
Black with #C0CA35
Text Example
Text Example
White with #C0CA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA35; }
p { color: rgb(192,202,53); }
H1.HeaderClassName
{
color: #C0CA35;
}
.AnyTagClassName
{
color: #C0CA35;
}
</style>
background-color css
<style>
a { background-color: #C0CA35; }
a { background-color: rgb(192,202,53); }
div.DivClassName
{
background-color: #C0CA35;
}
.BgClassName
{
background-color: #C0CA35;
}
</style>
border-color css
<style>
span { border-color: #C0CA35; }
span { border-color: rgb(192,202,53); }
td.TdClassName
{
border-color: #C0CA35;
}
.TagClassName
{
border-color: #C0CA35;
}
</style>