Shades of Nugget #CA9426
Tints of Nugget #CA9426
RGB
CMYK
RGB Variations
Color information
#CA9426 (or 0xCA9426) is known color: Nugget. HEX triplet: CA, 94 and 26. RGB value is (202,148,38). Sum of RGB (Red+Green+Blue) = 202+148+38=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9426 is #356BD9. Grayscale: #989898. Windows color (decimal): -3501018 or 2528458. OLE color: 2528458.
HSL color Cylindrical-coordinate representation of color #CA9426: hue angle of 40.24º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA9426 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 38 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.21 |
| HSL | 40.24º | 0.68% | 0.47% | - |
| HSV(B) | 40.24º | 0.81% | 0.79% | - |
| XYZ | 35.3 | 33.88 | 6.51 | - |
| YUV | 151.61 | 63.89 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 38 | 0 | 0.27 | 0.81 | 0.21 | 40.24 | 0.68 | 0.47 |
| Hex | CA | 94 | 26 | 0 | 1B | 51 | 15 | 28 | 44 | 2F |
| Octal | 312 | 224 | 46 | 0 | 33 | 121 | 25 | 50 | 104 | 57 |
| Binary | 11001010 | 10010100 | 100110 | 0 | 11011 | 1010001 | 10101 | 101000 | 1000100 | 101111 |
Color Harmonies of #CA9426
Complementary color
Monochromatic Colors of #CA9426
Black with #CA9426
Text Example
Text Example
White with #CA9426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9426; }
p { color: rgb(202,148,38); }
H1.HeaderClassName
{
color: #CA9426;
}
.AnyTagClassName
{
color: #CA9426;
}
</style>
background-color css
<style>
a { background-color: #CA9426; }
a { background-color: rgb(202,148,38); }
div.DivClassName
{
background-color: #CA9426;
}
.BgClassName
{
background-color: #CA9426;
}
</style>
border-color css
<style>
span { border-color: #CA9426; }
span { border-color: rgb(202,148,38); }
td.TdClassName
{
border-color: #CA9426;
}
.TagClassName
{
border-color: #CA9426;
}
</style>