Shades of Nugget #CA8F22
Tints of Nugget #CA8F22
RGB
CMYK
RGB Variations
Color information
#CA8F22 (or 0xCA8F22) is known color: Nugget. HEX triplet: CA, 8F and 22. RGB value is (202,143,34). Sum of RGB (Red+Green+Blue) = 202+143+34=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F22 is #3570DD. Grayscale: #949494. Windows color (decimal): -3502302 or 2265034. OLE color: 2265034.
HSL color Cylindrical-coordinate representation of color #CA8F22: hue angle of 38.93º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA8F22 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 34 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.21 |
| HSL | 38.93º | 0.71% | 0.46% | - |
| HSV(B) | 38.93º | 0.83% | 0.79% | - |
| XYZ | 34.47 | 32.32 | 5.93 | - |
| YUV | 148.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 34 | 0 | 0.29 | 0.83 | 0.21 | 38.93 | 0.71 | 0.46 |
| Hex | CA | 8F | 22 | 0 | 1D | 53 | 15 | 27 | 47 | 2E |
| Octal | 312 | 217 | 42 | 0 | 35 | 123 | 25 | 47 | 107 | 56 |
| Binary | 11001010 | 10001111 | 100010 | 0 | 11101 | 1010011 | 10101 | 100111 | 1000111 | 101110 |
Color Harmonies of #CA8F22
Complementary color
Monochromatic Colors of #CA8F22
Black with #CA8F22
Text Example
Text Example
White with #CA8F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F22; }
p { color: rgb(202,143,34); }
H1.HeaderClassName
{
color: #CA8F22;
}
.AnyTagClassName
{
color: #CA8F22;
}
</style>
background-color css
<style>
a { background-color: #CA8F22; }
a { background-color: rgb(202,143,34); }
div.DivClassName
{
background-color: #CA8F22;
}
.BgClassName
{
background-color: #CA8F22;
}
</style>
border-color css
<style>
span { border-color: #CA8F22; }
span { border-color: rgb(202,143,34); }
td.TdClassName
{
border-color: #CA8F22;
}
.TagClassName
{
border-color: #CA8F22;
}
</style>