Shades of Nugget #CA941F
Tints of Nugget #CA941F
RGB
CMYK
RGB Variations
Color information
#CA941F (or 0xCA941F) is known color: Nugget. HEX triplet: CA, 94 and 1F. RGB value is (202,148,31). Sum of RGB (Red+Green+Blue) = 202+148+31=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA941F is #356BE0. Grayscale: #979797. Windows color (decimal): -3501025 or 2069706. OLE color: 2069706.
HSL color Cylindrical-coordinate representation of color #CA941F: hue angle of 41.05º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA941F is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 31 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.21 |
| HSL | 41.05º | 0.73% | 0.46% | - |
| HSV(B) | 41.05º | 0.85% | 0.79% | - |
| XYZ | 35.19 | 33.84 | 5.97 | - |
| YUV | 150.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 31 | 0 | 0.27 | 0.85 | 0.21 | 41.05 | 0.73 | 0.46 |
| Hex | CA | 94 | 1F | 0 | 1B | 55 | 15 | 29 | 49 | 2E |
| Octal | 312 | 224 | 37 | 0 | 33 | 125 | 25 | 51 | 111 | 56 |
| Binary | 11001010 | 10010100 | 11111 | 0 | 11011 | 1010101 | 10101 | 101001 | 1001001 | 101110 |
Color Harmonies of #CA941F
Complementary color
Monochromatic Colors of #CA941F
Black with #CA941F
Text Example
Text Example
White with #CA941F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA941F; }
p { color: rgb(202,148,31); }
H1.HeaderClassName
{
color: #CA941F;
}
.AnyTagClassName
{
color: #CA941F;
}
</style>
background-color css
<style>
a { background-color: #CA941F; }
a { background-color: rgb(202,148,31); }
div.DivClassName
{
background-color: #CA941F;
}
.BgClassName
{
background-color: #CA941F;
}
</style>
border-color css
<style>
span { border-color: #CA941F; }
span { border-color: rgb(202,148,31); }
td.TdClassName
{
border-color: #CA941F;
}
.TagClassName
{
border-color: #CA941F;
}
</style>