Shades of Nugget #CA9629
Tints of Nugget #CA9629
RGB
CMYK
RGB Variations
Color information
#CA9629 (or 0xCA9629) is known color: Nugget. HEX triplet: CA, 96 and 29. RGB value is (202,150,41). Sum of RGB (Red+Green+Blue) = 202+150+41=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9629 is #3569D6. Grayscale: #999999. Windows color (decimal): -3500503 or 2725578. OLE color: 2725578.
HSL color Cylindrical-coordinate representation of color #CA9629: hue angle of 40.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA9629 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 41 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.21 |
| HSL | 40.62º | 0.66% | 0.48% | - |
| HSV(B) | 40.62º | 0.8% | 0.79% | - |
| XYZ | 35.66 | 34.53 | 6.88 | - |
| YUV | 153.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 41 | 0 | 0.26 | 0.80 | 0.21 | 40.62 | 0.66 | 0.48 |
| Hex | CA | 96 | 29 | 0 | 1A | 50 | 15 | 29 | 42 | 30 |
| Octal | 312 | 226 | 51 | 0 | 32 | 120 | 25 | 51 | 102 | 60 |
| Binary | 11001010 | 10010110 | 101001 | 0 | 11010 | 1010000 | 10101 | 101001 | 1000010 | 110000 |
Color Harmonies of #CA9629
Complementary color
Monochromatic Colors of #CA9629
Black with #CA9629
Text Example
Text Example
White with #CA9629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9629; }
p { color: rgb(202,150,41); }
H1.HeaderClassName
{
color: #CA9629;
}
.AnyTagClassName
{
color: #CA9629;
}
</style>
background-color css
<style>
a { background-color: #CA9629; }
a { background-color: rgb(202,150,41); }
div.DivClassName
{
background-color: #CA9629;
}
.BgClassName
{
background-color: #CA9629;
}
</style>
border-color css
<style>
span { border-color: #CA9629; }
span { border-color: rgb(202,150,41); }
td.TdClassName
{
border-color: #CA9629;
}
.TagClassName
{
border-color: #CA9629;
}
</style>