Shades of Fuego #C3CA2D
Tints of Fuego #C3CA2D
RGB
CMYK
RGB Variations
Color information
#C3CA2D (or 0xC3CA2D) is known color: Fuego. HEX triplet: C3, CA and 2D. RGB value is (195,202,45). Sum of RGB (Red+Green+Blue) = 195+202+45=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CA2D is #3C35D2. Grayscale: #B6B6B6. Windows color (decimal): -3945939 or 3001027. OLE color: 3001027.
HSL color Cylindrical-coordinate representation of color #C3CA2D: hue angle of 62.68º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3CA2D is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 45 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.21 |
| HSL | 62.68º | 0.64% | 0.48% | - |
| HSV(B) | 62.68º | 0.78% | 0.79% | - |
| XYZ | 44.1 | 54.03 | 10.59 | - |
| YUV | 182.01 | 50.68 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 45 | 0.03 | 0 | 0.78 | 0.21 | 62.68 | 0.64 | 0.48 |
| Hex | C3 | CA | 2D | 3 | 0 | 4E | 15 | 3F | 40 | 30 |
| Octal | 303 | 312 | 55 | 3 | 0 | 116 | 25 | 77 | 100 | 60 |
| Binary | 11000011 | 11001010 | 101101 | 11 | 0 | 1001110 | 10101 | 111111 | 1000000 | 110000 |
Color Harmonies of #C3CA2D
Complementary color
Monochromatic Colors of #C3CA2D
Black with #C3CA2D
Text Example
Text Example
White with #C3CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CA2D; }
p { color: rgb(195,202,45); }
H1.HeaderClassName
{
color: #C3CA2D;
}
.AnyTagClassName
{
color: #C3CA2D;
}
</style>
background-color css
<style>
a { background-color: #C3CA2D; }
a { background-color: rgb(195,202,45); }
div.DivClassName
{
background-color: #C3CA2D;
}
.BgClassName
{
background-color: #C3CA2D;
}
</style>
border-color css
<style>
span { border-color: #C3CA2D; }
span { border-color: rgb(195,202,45); }
td.TdClassName
{
border-color: #C3CA2D;
}
.TagClassName
{
border-color: #C3CA2D;
}
</style>