Shades of Nugget #CA9E2D
Tints of Nugget #CA9E2D
RGB
CMYK
RGB Variations
Color information
#CA9E2D (or 0xCA9E2D) is known color: Nugget. HEX triplet: CA, 9E and 2D. RGB value is (202,158,45). Sum of RGB (Red+Green+Blue) = 202+158+45=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E2D is #3561D2. Grayscale: #9E9E9E. Windows color (decimal): -3498451 or 2989770. OLE color: 2989770.
HSL color Cylindrical-coordinate representation of color #CA9E2D: hue angle of 43.18º 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 #CA9E2D is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 45 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.21 |
| HSL | 43.18º | 0.64% | 0.48% | - |
| HSV(B) | 43.18º | 0.78% | 0.79% | - |
| XYZ | 37.06 | 37.2 | 7.71 | - |
| YUV | 158.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 45 | 0 | 0.22 | 0.78 | 0.21 | 43.18 | 0.64 | 0.48 |
| Hex | CA | 9E | 2D | 0 | 16 | 4E | 15 | 2B | 40 | 30 |
| Octal | 312 | 236 | 55 | 0 | 26 | 116 | 25 | 53 | 100 | 60 |
| Binary | 11001010 | 10011110 | 101101 | 0 | 10110 | 1001110 | 10101 | 101011 | 1000000 | 110000 |
Color Harmonies of #CA9E2D
Complementary color
Monochromatic Colors of #CA9E2D
Black with #CA9E2D
Text Example
Text Example
White with #CA9E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E2D; }
p { color: rgb(202,158,45); }
H1.HeaderClassName
{
color: #CA9E2D;
}
.AnyTagClassName
{
color: #CA9E2D;
}
</style>
background-color css
<style>
a { background-color: #CA9E2D; }
a { background-color: rgb(202,158,45); }
div.DivClassName
{
background-color: #CA9E2D;
}
.BgClassName
{
background-color: #CA9E2D;
}
</style>
border-color css
<style>
span { border-color: #CA9E2D; }
span { border-color: rgb(202,158,45); }
td.TdClassName
{
border-color: #CA9E2D;
}
.TagClassName
{
border-color: #CA9E2D;
}
</style>