Shades of Fuego #C3CB38
Tints of Fuego #C3CB38
RGB
CMYK
RGB Variations
Color information
#C3CB38 (or 0xC3CB38) is known color: Fuego. HEX triplet: C3, CB and 38. RGB value is (195,203,56). Sum of RGB (Red+Green+Blue) = 195+203+56=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CB38 is #3C34C7. Grayscale: #B8B8B8. Windows color (decimal): -3945672 or 3722179. OLE color: 3722179.
HSL color Cylindrical-coordinate representation of color #C3CB38: hue angle of 63.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3CB38 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 56 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.20 |
| HSL | 63.27º | 0.59% | 0.51% | - |
| HSV(B) | 63.27º | 0.72% | 0.8% | - |
| XYZ | 44.58 | 54.6 | 11.93 | - |
| YUV | 183.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 56 | 0.04 | 0 | 0.72 | 0.20 | 63.27 | 0.59 | 0.51 |
| Hex | C3 | CB | 38 | 4 | 0 | 48 | 14 | 3F | 3B | 33 |
| Octal | 303 | 313 | 70 | 4 | 0 | 110 | 24 | 77 | 73 | 63 |
| Binary | 11000011 | 11001011 | 111000 | 100 | 0 | 1001000 | 10100 | 111111 | 111011 | 110011 |
Color Harmonies of #C3CB38
Complementary color
Monochromatic Colors of #C3CB38
Black with #C3CB38
Text Example
Text Example
White with #C3CB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB38; }
p { color: rgb(195,203,56); }
H1.HeaderClassName
{
color: #C3CB38;
}
.AnyTagClassName
{
color: #C3CB38;
}
</style>
background-color css
<style>
a { background-color: #C3CB38; }
a { background-color: rgb(195,203,56); }
div.DivClassName
{
background-color: #C3CB38;
}
.BgClassName
{
background-color: #C3CB38;
}
</style>
border-color css
<style>
span { border-color: #C3CB38; }
span { border-color: rgb(195,203,56); }
td.TdClassName
{
border-color: #C3CB38;
}
.TagClassName
{
border-color: #C3CB38;
}
</style>