Shades of Fuego #C3C927
Tints of Fuego #C3C927
RGB
CMYK
RGB Variations
Color information
#C3C927 (or 0xC3C927) is known color: Fuego. HEX triplet: C3, C9 and 27. RGB value is (195,201,39). Sum of RGB (Red+Green+Blue) = 195+201+39=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C927 is #3C36D8. Grayscale: #B5B5B5. Windows color (decimal): -3946201 or 2607555. OLE color: 2607555.
HSL color Cylindrical-coordinate representation of color #C3C927: hue angle of 62.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3C927 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 39 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.21 |
| HSL | 62.22º | 0.68% | 0.47% | - |
| HSV(B) | 62.22º | 0.81% | 0.79% | - |
| XYZ | 43.76 | 53.52 | 9.94 | - |
| YUV | 180.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 39 | 0.03 | 0 | 0.81 | 0.21 | 62.22 | 0.68 | 0.47 |
| Hex | C3 | C9 | 27 | 3 | 0 | 51 | 15 | 3E | 44 | 2F |
| Octal | 303 | 311 | 47 | 3 | 0 | 121 | 25 | 76 | 104 | 57 |
| Binary | 11000011 | 11001001 | 100111 | 11 | 0 | 1010001 | 10101 | 111110 | 1000100 | 101111 |
Color Harmonies of #C3C927
Complementary color
Monochromatic Colors of #C3C927
Black with #C3C927
Text Example
Text Example
White with #C3C927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C927; }
p { color: rgb(195,201,39); }
H1.HeaderClassName
{
color: #C3C927;
}
.AnyTagClassName
{
color: #C3C927;
}
</style>
background-color css
<style>
a { background-color: #C3C927; }
a { background-color: rgb(195,201,39); }
div.DivClassName
{
background-color: #C3C927;
}
.BgClassName
{
background-color: #C3C927;
}
</style>
border-color css
<style>
span { border-color: #C3C927; }
span { border-color: rgb(195,201,39); }
td.TdClassName
{
border-color: #C3C927;
}
.TagClassName
{
border-color: #C3C927;
}
</style>