Shades of Nugget #CA8C1A
Tints of Nugget #CA8C1A
RGB
CMYK
RGB Variations
Color information
#CA8C1A (or 0xCA8C1A) is known color: Nugget. HEX triplet: CA, 8C and 1A. RGB value is (202,140,26). Sum of RGB (Red+Green+Blue) = 202+140+26=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C1A is #3573E5. Grayscale: #929292. Windows color (decimal): -3503078 or 1739978. OLE color: 1739978.
HSL color Cylindrical-coordinate representation of color #CA8C1A: hue angle of 38.86º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA8C1A is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 26 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.21 |
| HSL | 38.86º | 0.77% | 0.45% | - |
| HSV(B) | 38.86º | 0.87% | 0.79% | - |
| XYZ | 33.92 | 31.39 | 5.25 | - |
| YUV | 145.54 | 60.54 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 26 | 0 | 0.31 | 0.87 | 0.21 | 38.86 | 0.77 | 0.45 |
| Hex | CA | 8C | 1A | 0 | 1F | 57 | 15 | 27 | 4D | 2D |
| Octal | 312 | 214 | 32 | 0 | 37 | 127 | 25 | 47 | 115 | 55 |
| Binary | 11001010 | 10001100 | 11010 | 0 | 11111 | 1010111 | 10101 | 100111 | 1001101 | 101101 |
Color Harmonies of #CA8C1A
Complementary color
Monochromatic Colors of #CA8C1A
Black with #CA8C1A
Text Example
Text Example
White with #CA8C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C1A; }
p { color: rgb(202,140,26); }
H1.HeaderClassName
{
color: #CA8C1A;
}
.AnyTagClassName
{
color: #CA8C1A;
}
</style>
background-color css
<style>
a { background-color: #CA8C1A; }
a { background-color: rgb(202,140,26); }
div.DivClassName
{
background-color: #CA8C1A;
}
.BgClassName
{
background-color: #CA8C1A;
}
</style>
border-color css
<style>
span { border-color: #CA8C1A; }
span { border-color: rgb(202,140,26); }
td.TdClassName
{
border-color: #CA8C1A;
}
.TagClassName
{
border-color: #CA8C1A;
}
</style>