Shades of Nugget #CA8F20
Tints of Nugget #CA8F20
RGB
CMYK
RGB Variations
Color information
#CA8F20 (or 0xCA8F20) is known color: Nugget. HEX triplet: CA, 8F and 20. RGB value is (202,143,32). Sum of RGB (Red+Green+Blue) = 202+143+32=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F20 is #3570DF. Grayscale: #949494. Windows color (decimal): -3502304 or 2133962. OLE color: 2133962.
HSL color Cylindrical-coordinate representation of color #CA8F20: hue angle of 39.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA8F20 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 32 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.21 |
| HSL | 39.18º | 0.73% | 0.46% | - |
| HSV(B) | 39.18º | 0.84% | 0.79% | - |
| XYZ | 34.44 | 32.31 | 5.79 | - |
| YUV | 147.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 32 | 0 | 0.29 | 0.84 | 0.21 | 39.18 | 0.73 | 0.46 |
| Hex | CA | 8F | 20 | 0 | 1D | 54 | 15 | 27 | 49 | 2E |
| Octal | 312 | 217 | 40 | 0 | 35 | 124 | 25 | 47 | 111 | 56 |
| Binary | 11001010 | 10001111 | 100000 | 0 | 11101 | 1010100 | 10101 | 100111 | 1001001 | 101110 |
Color Harmonies of #CA8F20
Complementary color
Monochromatic Colors of #CA8F20
Black with #CA8F20
Text Example
Text Example
White with #CA8F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F20; }
p { color: rgb(202,143,32); }
H1.HeaderClassName
{
color: #CA8F20;
}
.AnyTagClassName
{
color: #CA8F20;
}
</style>
background-color css
<style>
a { background-color: #CA8F20; }
a { background-color: rgb(202,143,32); }
div.DivClassName
{
background-color: #CA8F20;
}
.BgClassName
{
background-color: #CA8F20;
}
</style>
border-color css
<style>
span { border-color: #CA8F20; }
span { border-color: rgb(202,143,32); }
td.TdClassName
{
border-color: #CA8F20;
}
.TagClassName
{
border-color: #CA8F20;
}
</style>