Shades of Fuego #C4CB33
Tints of Fuego #C4CB33
RGB
CMYK
RGB Variations
Color information
#C4CB33 (or 0xC4CB33) is known color: Fuego. HEX triplet: C4, CB and 33. RGB value is (196,203,51). Sum of RGB (Red+Green+Blue) = 196+203+51=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CB33 is #3B34CC. Grayscale: #B8B8B8. Windows color (decimal): -3880141 or 3394500. OLE color: 3394500.
HSL color Cylindrical-coordinate representation of color #C4CB33: hue angle of 62.76º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4CB33 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 51 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.20 |
| HSL | 62.76º | 0.6% | 0.5% | - |
| HSV(B) | 62.76º | 0.75% | 0.8% | - |
| XYZ | 44.72 | 54.69 | 11.33 | - |
| YUV | 183.58 | 53.18 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 51 | 0.03 | 0 | 0.75 | 0.20 | 62.76 | 0.6 | 0.5 |
| Hex | C4 | CB | 33 | 3 | 0 | 4B | 14 | 3F | 3C | 32 |
| Octal | 304 | 313 | 63 | 3 | 0 | 113 | 24 | 77 | 74 | 62 |
| Binary | 11000100 | 11001011 | 110011 | 11 | 0 | 1001011 | 10100 | 111111 | 111100 | 110010 |
Color Harmonies of #C4CB33
Complementary color
Monochromatic Colors of #C4CB33
Black with #C4CB33
Text Example
Text Example
White with #C4CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CB33; }
p { color: rgb(196,203,51); }
H1.HeaderClassName
{
color: #C4CB33;
}
.AnyTagClassName
{
color: #C4CB33;
}
</style>
background-color css
<style>
a { background-color: #C4CB33; }
a { background-color: rgb(196,203,51); }
div.DivClassName
{
background-color: #C4CB33;
}
.BgClassName
{
background-color: #C4CB33;
}
</style>
border-color css
<style>
span { border-color: #C4CB33; }
span { border-color: rgb(196,203,51); }
td.TdClassName
{
border-color: #C4CB33;
}
.TagClassName
{
border-color: #C4CB33;
}
</style>