Shades of Fuego #CACB32
Tints of Fuego #CACB32
RGB
CMYK
RGB Variations
Color information
#CACB32 (or 0xCACB32) is known color: Fuego. HEX triplet: CA, CB and 32. RGB value is (202,203,50). Sum of RGB (Red+Green+Blue) = 202+203+50=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACB32 is #3534CD. Grayscale: #B9B9B9. Windows color (decimal): -3486926 or 3328970. OLE color: 3328970.
HSL color Cylindrical-coordinate representation of color #CACB32: hue angle of 60.39º 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 #CACB32 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 50 | - |
| CMYK | 0.00 | 0 | 0.75 | 0.20 |
| HSL | 60.39º | 0.6% | 0.5% | - |
| HSV(B) | 60.39º | 0.75% | 0.8% | - |
| XYZ | 46.29 | 55.5 | 11.29 | - |
| YUV | 185.26 | 51.67 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 50 | 0.00 | 0 | 0.75 | 0.20 | 60.39 | 0.6 | 0.5 |
| Hex | CA | CB | 32 | 0 | 0 | 4B | 14 | 3C | 3C | 32 |
| Octal | 312 | 313 | 62 | 0 | 0 | 113 | 24 | 74 | 74 | 62 |
| Binary | 11001010 | 11001011 | 110010 | 0 | 0 | 1001011 | 10100 | 111100 | 111100 | 110010 |
Color Harmonies of #CACB32
Complementary color
Monochromatic Colors of #CACB32
Black with #CACB32
Text Example
Text Example
White with #CACB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB32; }
p { color: rgb(202,203,50); }
H1.HeaderClassName
{
color: #CACB32;
}
.AnyTagClassName
{
color: #CACB32;
}
</style>
background-color css
<style>
a { background-color: #CACB32; }
a { background-color: rgb(202,203,50); }
div.DivClassName
{
background-color: #CACB32;
}
.BgClassName
{
background-color: #CACB32;
}
</style>
border-color css
<style>
span { border-color: #CACB32; }
span { border-color: rgb(202,203,50); }
td.TdClassName
{
border-color: #CACB32;
}
.TagClassName
{
border-color: #CACB32;
}
</style>