Shades of Fuego #C3C933
Tints of Fuego #C3C933
RGB
CMYK
RGB Variations
Color information
#C3C933 (or 0xC3C933) is known color: Fuego. HEX triplet: C3, C9 and 33. RGB value is (195,201,51). Sum of RGB (Red+Green+Blue) = 195+201+51=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C933 is #3C36CC. Grayscale: #B6B6B6. Windows color (decimal): -3946189 or 3393987. OLE color: 3393987.
HSL color Cylindrical-coordinate representation of color #C3C933: hue angle of 62.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3C933 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 51 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.21 |
| HSL | 62.4º | 0.6% | 0.49% | - |
| HSV(B) | 62.4º | 0.75% | 0.79% | - |
| XYZ | 43.99 | 53.61 | 11.16 | - |
| YUV | 182.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 51 | 0.03 | 0 | 0.75 | 0.21 | 62.4 | 0.6 | 0.49 |
| Hex | C3 | C9 | 33 | 3 | 0 | 4B | 15 | 3E | 3C | 31 |
| Octal | 303 | 311 | 63 | 3 | 0 | 113 | 25 | 76 | 74 | 61 |
| Binary | 11000011 | 11001001 | 110011 | 11 | 0 | 1001011 | 10101 | 111110 | 111100 | 110001 |
Color Harmonies of #C3C933
Complementary color
Monochromatic Colors of #C3C933
Black with #C3C933
Text Example
Text Example
White with #C3C933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C933; }
p { color: rgb(195,201,51); }
H1.HeaderClassName
{
color: #C3C933;
}
.AnyTagClassName
{
color: #C3C933;
}
</style>
background-color css
<style>
a { background-color: #C3C933; }
a { background-color: rgb(195,201,51); }
div.DivClassName
{
background-color: #C3C933;
}
.BgClassName
{
background-color: #C3C933;
}
</style>
border-color css
<style>
span { border-color: #C3C933; }
span { border-color: rgb(195,201,51); }
td.TdClassName
{
border-color: #C3C933;
}
.TagClassName
{
border-color: #C3C933;
}
</style>