Shades of Nugget #CA9520
Tints of Nugget #CA9520
RGB
CMYK
RGB Variations
Color information
#CA9520 (or 0xCA9520) is known color: Nugget. HEX triplet: CA, 95 and 20. RGB value is (202,149,32). Sum of RGB (Red+Green+Blue) = 202+149+32=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9520 is #356ADF. Grayscale: #989898. Windows color (decimal): -3500768 or 2135498. OLE color: 2135498.
HSL color Cylindrical-coordinate representation of color #CA9520: hue angle of 41.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA9520 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 32 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.21 |
| HSL | 41.29º | 0.73% | 0.46% | - |
| HSV(B) | 41.29º | 0.84% | 0.79% | - |
| XYZ | 35.37 | 34.16 | 6.1 | - |
| YUV | 151.51 | 60.56 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 32 | 0 | 0.26 | 0.84 | 0.21 | 41.29 | 0.73 | 0.46 |
| Hex | CA | 95 | 20 | 0 | 1A | 54 | 15 | 29 | 49 | 2E |
| Octal | 312 | 225 | 40 | 0 | 32 | 124 | 25 | 51 | 111 | 56 |
| Binary | 11001010 | 10010101 | 100000 | 0 | 11010 | 1010100 | 10101 | 101001 | 1001001 | 101110 |
Color Harmonies of #CA9520
Complementary color
Monochromatic Colors of #CA9520
Black with #CA9520
Text Example
Text Example
White with #CA9520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9520; }
p { color: rgb(202,149,32); }
H1.HeaderClassName
{
color: #CA9520;
}
.AnyTagClassName
{
color: #CA9520;
}
</style>
background-color css
<style>
a { background-color: #CA9520; }
a { background-color: rgb(202,149,32); }
div.DivClassName
{
background-color: #CA9520;
}
.BgClassName
{
background-color: #CA9520;
}
</style>
border-color css
<style>
span { border-color: #CA9520; }
span { border-color: rgb(202,149,32); }
td.TdClassName
{
border-color: #CA9520;
}
.TagClassName
{
border-color: #CA9520;
}
</style>