Shades of Nugget #CA9226
Tints of Nugget #CA9226
RGB
CMYK
RGB Variations
Color information
#CA9226 (or 0xCA9226) is known color: Nugget. HEX triplet: CA, 92 and 26. RGB value is (202,146,38). Sum of RGB (Red+Green+Blue) = 202+146+38=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9226 is #356DD9. Grayscale: #969696. Windows color (decimal): -3501530 or 2527946. OLE color: 2527946.
HSL color Cylindrical-coordinate representation of color #CA9226: hue angle of 39.51º 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 #CA9226 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 38 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.21 |
| HSL | 39.51º | 0.68% | 0.47% | - |
| HSV(B) | 39.51º | 0.81% | 0.79% | - |
| XYZ | 34.99 | 33.25 | 6.41 | - |
| YUV | 150.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 38 | 0 | 0.28 | 0.81 | 0.21 | 39.51 | 0.68 | 0.47 |
| Hex | CA | 92 | 26 | 0 | 1C | 51 | 15 | 28 | 44 | 2F |
| Octal | 312 | 222 | 46 | 0 | 34 | 121 | 25 | 50 | 104 | 57 |
| Binary | 11001010 | 10010010 | 100110 | 0 | 11100 | 1010001 | 10101 | 101000 | 1000100 | 101111 |
Color Harmonies of #CA9226
Complementary color
Monochromatic Colors of #CA9226
Black with #CA9226
Text Example
Text Example
White with #CA9226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9226; }
p { color: rgb(202,146,38); }
H1.HeaderClassName
{
color: #CA9226;
}
.AnyTagClassName
{
color: #CA9226;
}
</style>
background-color css
<style>
a { background-color: #CA9226; }
a { background-color: rgb(202,146,38); }
div.DivClassName
{
background-color: #CA9226;
}
.BgClassName
{
background-color: #CA9226;
}
</style>
border-color css
<style>
span { border-color: #CA9226; }
span { border-color: rgb(202,146,38); }
td.TdClassName
{
border-color: #CA9226;
}
.TagClassName
{
border-color: #CA9226;
}
</style>