Shades of Nugget #CA911E
Tints of Nugget #CA911E
RGB
CMYK
RGB Variations
Color information
#CA911E (or 0xCA911E) is known color: Nugget. HEX triplet: CA, 91 and 1E. RGB value is (202,145,30). Sum of RGB (Red+Green+Blue) = 202+145+30=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA911E is #356EE1. Grayscale: #959595. Windows color (decimal): -3501794 or 2003402. OLE color: 2003402.
HSL color Cylindrical-coordinate representation of color #CA911E: hue angle of 40.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA911E is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 30 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.21 |
| HSL | 40.12º | 0.74% | 0.45% | - |
| HSV(B) | 40.12º | 0.85% | 0.79% | - |
| XYZ | 34.72 | 32.9 | 5.75 | - |
| YUV | 148.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 30 | 0 | 0.28 | 0.85 | 0.21 | 40.12 | 0.74 | 0.45 |
| Hex | CA | 91 | 1E | 0 | 1C | 55 | 15 | 28 | 4A | 2D |
| Octal | 312 | 221 | 36 | 0 | 34 | 125 | 25 | 50 | 112 | 55 |
| Binary | 11001010 | 10010001 | 11110 | 0 | 11100 | 1010101 | 10101 | 101000 | 1001010 | 101101 |
Color Harmonies of #CA911E
Complementary color
Monochromatic Colors of #CA911E
Black with #CA911E
Text Example
Text Example
White with #CA911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA911E; }
p { color: rgb(202,145,30); }
H1.HeaderClassName
{
color: #CA911E;
}
.AnyTagClassName
{
color: #CA911E;
}
</style>
background-color css
<style>
a { background-color: #CA911E; }
a { background-color: rgb(202,145,30); }
div.DivClassName
{
background-color: #CA911E;
}
.BgClassName
{
background-color: #CA911E;
}
</style>
border-color css
<style>
span { border-color: #CA911E; }
span { border-color: rgb(202,145,30); }
td.TdClassName
{
border-color: #CA911E;
}
.TagClassName
{
border-color: #CA911E;
}
</style>