Shades of Nugget #CA8D19
Tints of Nugget #CA8D19
RGB
CMYK
RGB Variations
Color information
#CA8D19 (or 0xCA8D19) is known color: Nugget. HEX triplet: CA, 8D and 19. RGB value is (202,141,25). Sum of RGB (Red+Green+Blue) = 202+141+25=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8D19 is #3572E6. Grayscale: #929292. Windows color (decimal): -3502823 or 1674698. OLE color: 1674698.
HSL color Cylindrical-coordinate representation of color #CA8D19: hue angle of 39.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA8D19 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 25 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.21 |
| HSL | 39.32º | 0.78% | 0.45% | - |
| HSV(B) | 39.32º | 0.88% | 0.79% | - |
| XYZ | 34.06 | 31.68 | 5.24 | - |
| YUV | 146.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 25 | 0 | 0.30 | 0.88 | 0.21 | 39.32 | 0.78 | 0.45 |
| Hex | CA | 8D | 19 | 0 | 1E | 58 | 15 | 27 | 4E | 2D |
| Octal | 312 | 215 | 31 | 0 | 36 | 130 | 25 | 47 | 116 | 55 |
| Binary | 11001010 | 10001101 | 11001 | 0 | 11110 | 1011000 | 10101 | 100111 | 1001110 | 101101 |
Color Harmonies of #CA8D19
Complementary color
Monochromatic Colors of #CA8D19
Black with #CA8D19
Text Example
Text Example
White with #CA8D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D19; }
p { color: rgb(202,141,25); }
H1.HeaderClassName
{
color: #CA8D19;
}
.AnyTagClassName
{
color: #CA8D19;
}
</style>
background-color css
<style>
a { background-color: #CA8D19; }
a { background-color: rgb(202,141,25); }
div.DivClassName
{
background-color: #CA8D19;
}
.BgClassName
{
background-color: #CA8D19;
}
</style>
border-color css
<style>
span { border-color: #CA8D19; }
span { border-color: rgb(202,141,25); }
td.TdClassName
{
border-color: #CA8D19;
}
.TagClassName
{
border-color: #CA8D19;
}
</style>