Shades of Fuego #C8CA35
Tints of Fuego #C8CA35
RGB
CMYK
RGB Variations
Color information
#C8CA35 (or 0xC8CA35) is known color: Fuego. HEX triplet: C8, CA and 35. RGB value is (200,202,53). Sum of RGB (Red+Green+Blue) = 200+202+53=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA35 is #3735CA. Grayscale: #B9B9B9. Windows color (decimal): -3618251 or 3525320. OLE color: 3525320.
HSL color Cylindrical-coordinate representation of color #C8CA35: hue angle of 60.81º 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 #C8CA35 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 53 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.21 |
| HSL | 60.81º | 0.58% | 0.5% | - |
| HSV(B) | 60.81º | 0.74% | 0.79% | - |
| XYZ | 45.58 | 54.78 | 11.54 | - |
| YUV | 184.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 53 | 0.01 | 0 | 0.74 | 0.21 | 60.81 | 0.58 | 0.5 |
| Hex | C8 | CA | 35 | 1 | 0 | 4A | 15 | 3D | 3A | 32 |
| Octal | 310 | 312 | 65 | 1 | 0 | 112 | 25 | 75 | 72 | 62 |
| Binary | 11001000 | 11001010 | 110101 | 1 | 0 | 1001010 | 10101 | 111101 | 111010 | 110010 |
Color Harmonies of #C8CA35
Complementary color
Monochromatic Colors of #C8CA35
Black with #C8CA35
Text Example
Text Example
White with #C8CA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA35; }
p { color: rgb(200,202,53); }
H1.HeaderClassName
{
color: #C8CA35;
}
.AnyTagClassName
{
color: #C8CA35;
}
</style>
background-color css
<style>
a { background-color: #C8CA35; }
a { background-color: rgb(200,202,53); }
div.DivClassName
{
background-color: #C8CA35;
}
.BgClassName
{
background-color: #C8CA35;
}
</style>
border-color css
<style>
span { border-color: #C8CA35; }
span { border-color: rgb(200,202,53); }
td.TdClassName
{
border-color: #C8CA35;
}
.TagClassName
{
border-color: #C8CA35;
}
</style>