Shades of Fuego #CACC32
Tints of Fuego #CACC32
RGB
CMYK
RGB Variations
Color information
#CACC32 (or 0xCACC32) is known color: Fuego. HEX triplet: CA, CC and 32. RGB value is (202,204,50). Sum of RGB (Red+Green+Blue) = 202+204+50=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACC32 is #3533CD. Grayscale: #BABABA. Windows color (decimal): -3486670 or 3329226. OLE color: 3329226.
HSL color Cylindrical-coordinate representation of color #CACC32: hue angle of 60.78º degrees, saturation: 0.61, 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 #CACC32 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 50 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.2 |
| HSL | 60.78º | 0.61% | 0.5% | - |
| HSV(B) | 60.78º | 0.75% | 0.8% | - |
| XYZ | 46.53 | 55.97 | 11.37 | - |
| YUV | 185.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 50 | 0.01 | 0 | 0.75 | 0.2 | 60.78 | 0.61 | 0.5 |
| Hex | CA | CC | 32 | 1 | 0 | 4B | 14 | 3D | 3D | 32 |
| Octal | 312 | 314 | 62 | 1 | 0 | 113 | 24 | 75 | 75 | 62 |
| Binary | 11001010 | 11001100 | 110010 | 1 | 0 | 1001011 | 10100 | 111101 | 111101 | 110010 |
Color Harmonies of #CACC32
Complementary color
Monochromatic Colors of #CACC32
Black with #CACC32
Text Example
Text Example
White with #CACC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACC32; }
p { color: rgb(202,204,50); }
H1.HeaderClassName
{
color: #CACC32;
}
.AnyTagClassName
{
color: #CACC32;
}
</style>
background-color css
<style>
a { background-color: #CACC32; }
a { background-color: rgb(202,204,50); }
div.DivClassName
{
background-color: #CACC32;
}
.BgClassName
{
background-color: #CACC32;
}
</style>
border-color css
<style>
span { border-color: #CACC32; }
span { border-color: rgb(202,204,50); }
td.TdClassName
{
border-color: #CACC32;
}
.TagClassName
{
border-color: #CACC32;
}
</style>