Shades of Fuego #C3CF30
Tints of Fuego #C3CF30
RGB
CMYK
RGB Variations
Color information
#C3CF30 (or 0xC3CF30) is known color: Fuego. HEX triplet: C3, CF and 30. RGB value is (195,207,48). Sum of RGB (Red+Green+Blue) = 195+207+48=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CF30 is #3C30CF. Grayscale: #B9B9B9. Windows color (decimal): -3944656 or 3198915. OLE color: 3198915.
HSL color Cylindrical-coordinate representation of color #C3CF30: hue angle of 64.53º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3CF30 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 48 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.19 |
| HSL | 64.53º | 0.62% | 0.5% | - |
| HSV(B) | 64.53º | 0.77% | 0.81% | - |
| XYZ | 45.35 | 56.44 | 11.3 | - |
| YUV | 185.29 | 50.52 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 48 | 0.06 | 0 | 0.77 | 0.19 | 64.53 | 0.62 | 0.5 |
| Hex | C3 | CF | 30 | 6 | 0 | 4D | 13 | 41 | 3E | 32 |
| Octal | 303 | 317 | 60 | 6 | 0 | 115 | 23 | 101 | 76 | 62 |
| Binary | 11000011 | 11001111 | 110000 | 110 | 0 | 1001101 | 10011 | 1000001 | 111110 | 110010 |
Color Harmonies of #C3CF30
Complementary color
Monochromatic Colors of #C3CF30
Black with #C3CF30
Text Example
Text Example
White with #C3CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF30; }
p { color: rgb(195,207,48); }
H1.HeaderClassName
{
color: #C3CF30;
}
.AnyTagClassName
{
color: #C3CF30;
}
</style>
background-color css
<style>
a { background-color: #C3CF30; }
a { background-color: rgb(195,207,48); }
div.DivClassName
{
background-color: #C3CF30;
}
.BgClassName
{
background-color: #C3CF30;
}
</style>
border-color css
<style>
span { border-color: #C3CF30; }
span { border-color: rgb(195,207,48); }
td.TdClassName
{
border-color: #C3CF30;
}
.TagClassName
{
border-color: #C3CF30;
}
</style>