Shades of Nugget #CA9C2A
Tints of Nugget #CA9C2A
RGB
CMYK
RGB Variations
Color information
#CA9C2A (or 0xCA9C2A) is known color: Nugget. HEX triplet: CA, 9C and 2A. RGB value is (202,156,42). Sum of RGB (Red+Green+Blue) = 202+156+42=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9C2A is #3563D5. Grayscale: #9D9D9D. Windows color (decimal): -3498966 or 2792650. OLE color: 2792650.
HSL color Cylindrical-coordinate representation of color #CA9C2A: hue angle of 42.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA9C2A is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 42 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.21 |
| HSL | 42.75º | 0.66% | 0.48% | - |
| HSV(B) | 42.75º | 0.79% | 0.79% | - |
| XYZ | 36.66 | 36.5 | 7.3 | - |
| YUV | 156.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 42 | 0 | 0.23 | 0.79 | 0.21 | 42.75 | 0.66 | 0.48 |
| Hex | CA | 9C | 2A | 0 | 17 | 4F | 15 | 2B | 42 | 30 |
| Octal | 312 | 234 | 52 | 0 | 27 | 117 | 25 | 53 | 102 | 60 |
| Binary | 11001010 | 10011100 | 101010 | 0 | 10111 | 1001111 | 10101 | 101011 | 1000010 | 110000 |
Color Harmonies of #CA9C2A
Complementary color
Monochromatic Colors of #CA9C2A
Black with #CA9C2A
Text Example
Text Example
White with #CA9C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C2A; }
p { color: rgb(202,156,42); }
H1.HeaderClassName
{
color: #CA9C2A;
}
.AnyTagClassName
{
color: #CA9C2A;
}
</style>
background-color css
<style>
a { background-color: #CA9C2A; }
a { background-color: rgb(202,156,42); }
div.DivClassName
{
background-color: #CA9C2A;
}
.BgClassName
{
background-color: #CA9C2A;
}
</style>
border-color css
<style>
span { border-color: #CA9C2A; }
span { border-color: rgb(202,156,42); }
td.TdClassName
{
border-color: #CA9C2A;
}
.TagClassName
{
border-color: #CA9C2A;
}
</style>