Shades of Fuego #C3CF33
Tints of Fuego #C3CF33
RGB
CMYK
RGB Variations
Color information
#C3CF33 (or 0xC3CF33) is known color: Fuego. HEX triplet: C3, CF and 33. RGB value is (195,207,51). Sum of RGB (Red+Green+Blue) = 195+207+51=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CF33 is #3C30CC. Grayscale: #BABABA. Windows color (decimal): -3944653 or 3395523. OLE color: 3395523.
HSL color Cylindrical-coordinate representation of color #C3CF33: hue angle of 64.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3CF33 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 51 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.19 |
| HSL | 64.62º | 0.62% | 0.51% | - |
| HSV(B) | 64.62º | 0.75% | 0.81% | - |
| XYZ | 45.42 | 56.47 | 11.64 | - |
| YUV | 185.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 51 | 0.06 | 0 | 0.75 | 0.19 | 64.62 | 0.62 | 0.51 |
| Hex | C3 | CF | 33 | 6 | 0 | 4B | 13 | 41 | 3E | 33 |
| Octal | 303 | 317 | 63 | 6 | 0 | 113 | 23 | 101 | 76 | 63 |
| Binary | 11000011 | 11001111 | 110011 | 110 | 0 | 1001011 | 10011 | 1000001 | 111110 | 110011 |
Color Harmonies of #C3CF33
Complementary color
Monochromatic Colors of #C3CF33
Black with #C3CF33
Text Example
Text Example
White with #C3CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF33; }
p { color: rgb(195,207,51); }
H1.HeaderClassName
{
color: #C3CF33;
}
.AnyTagClassName
{
color: #C3CF33;
}
</style>
background-color css
<style>
a { background-color: #C3CF33; }
a { background-color: rgb(195,207,51); }
div.DivClassName
{
background-color: #C3CF33;
}
.BgClassName
{
background-color: #C3CF33;
}
</style>
border-color css
<style>
span { border-color: #C3CF33; }
span { border-color: rgb(195,207,51); }
td.TdClassName
{
border-color: #C3CF33;
}
.TagClassName
{
border-color: #C3CF33;
}
</style>