Shades of Fuego #C8CE35
Tints of Fuego #C8CE35
RGB
CMYK
RGB Variations
Color information
#C8CE35 (or 0xC8CE35) is known color: Fuego. HEX triplet: C8, CE and 35. RGB value is (200,206,53). Sum of RGB (Red+Green+Blue) = 200+206+53=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CE35 is #3731CA. Grayscale: #BBBBBB. Windows color (decimal): -3617227 or 3526344. OLE color: 3526344.
HSL color Cylindrical-coordinate representation of color #C8CE35: hue angle of 62.35º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8CE35 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 53 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.19 |
| HSL | 62.35º | 0.61% | 0.51% | - |
| HSV(B) | 62.35º | 0.74% | 0.81% | - |
| XYZ | 46.53 | 56.68 | 11.86 | - |
| YUV | 186.76 | 52.51 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 53 | 0.03 | 0 | 0.74 | 0.19 | 62.35 | 0.61 | 0.51 |
| Hex | C8 | CE | 35 | 3 | 0 | 4A | 13 | 3E | 3D | 33 |
| Octal | 310 | 316 | 65 | 3 | 0 | 112 | 23 | 76 | 75 | 63 |
| Binary | 11001000 | 11001110 | 110101 | 11 | 0 | 1001010 | 10011 | 111110 | 111101 | 110011 |
Color Harmonies of #C8CE35
Complementary color
Monochromatic Colors of #C8CE35
Black with #C8CE35
Text Example
Text Example
White with #C8CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CE35; }
p { color: rgb(200,206,53); }
H1.HeaderClassName
{
color: #C8CE35;
}
.AnyTagClassName
{
color: #C8CE35;
}
</style>
background-color css
<style>
a { background-color: #C8CE35; }
a { background-color: rgb(200,206,53); }
div.DivClassName
{
background-color: #C8CE35;
}
.BgClassName
{
background-color: #C8CE35;
}
</style>
border-color css
<style>
span { border-color: #C8CE35; }
span { border-color: rgb(200,206,53); }
td.TdClassName
{
border-color: #C8CE35;
}
.TagClassName
{
border-color: #C8CE35;
}
</style>