Shades of Nugget #CA9521
Tints of Nugget #CA9521
RGB
CMYK
RGB Variations
Color information
#CA9521 (or 0xCA9521) is known color: Nugget. HEX triplet: CA, 95 and 21. RGB value is (202,149,33). Sum of RGB (Red+Green+Blue) = 202+149+33=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9521 is #356ADE. Grayscale: #989898. Windows color (decimal): -3500767 or 2201034. OLE color: 2201034.
HSL color Cylindrical-coordinate representation of color #CA9521: hue angle of 41.18º degrees, saturation: 0.72, 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 #CA9521 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 33 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.21 |
| HSL | 41.18º | 0.72% | 0.46% | - |
| HSV(B) | 41.18º | 0.84% | 0.79% | - |
| XYZ | 35.38 | 34.16 | 6.17 | - |
| YUV | 151.62 | 61.06 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 33 | 0 | 0.26 | 0.84 | 0.21 | 41.18 | 0.72 | 0.46 |
| Hex | CA | 95 | 21 | 0 | 1A | 54 | 15 | 29 | 48 | 2E |
| Octal | 312 | 225 | 41 | 0 | 32 | 124 | 25 | 51 | 110 | 56 |
| Binary | 11001010 | 10010101 | 100001 | 0 | 11010 | 1010100 | 10101 | 101001 | 1001000 | 101110 |
Color Harmonies of #CA9521
Complementary color
Monochromatic Colors of #CA9521
Black with #CA9521
Text Example
Text Example
White with #CA9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9521; }
p { color: rgb(202,149,33); }
H1.HeaderClassName
{
color: #CA9521;
}
.AnyTagClassName
{
color: #CA9521;
}
</style>
background-color css
<style>
a { background-color: #CA9521; }
a { background-color: rgb(202,149,33); }
div.DivClassName
{
background-color: #CA9521;
}
.BgClassName
{
background-color: #CA9521;
}
</style>
border-color css
<style>
span { border-color: #CA9521; }
span { border-color: rgb(202,149,33); }
td.TdClassName
{
border-color: #CA9521;
}
.TagClassName
{
border-color: #CA9521;
}
</style>