Shades of Nugget #CA921E
Tints of Nugget #CA921E
RGB
CMYK
RGB Variations
Color information
#CA921E (or 0xCA921E) is known color: Nugget. HEX triplet: CA, 92 and 1E. RGB value is (202,146,30). Sum of RGB (Red+Green+Blue) = 202+146+30=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA921E is #356DE1. Grayscale: #969696. Windows color (decimal): -3501538 or 2003658. OLE color: 2003658.
HSL color Cylindrical-coordinate representation of color #CA921E: hue angle of 40.47º 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 #CA921E is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 30 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.21 |
| HSL | 40.47º | 0.74% | 0.45% | - |
| HSV(B) | 40.47º | 0.85% | 0.79% | - |
| XYZ | 34.87 | 33.21 | 5.8 | - |
| YUV | 149.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 30 | 0 | 0.28 | 0.85 | 0.21 | 40.47 | 0.74 | 0.45 |
| Hex | CA | 92 | 1E | 0 | 1C | 55 | 15 | 28 | 4A | 2D |
| Octal | 312 | 222 | 36 | 0 | 34 | 125 | 25 | 50 | 112 | 55 |
| Binary | 11001010 | 10010010 | 11110 | 0 | 11100 | 1010101 | 10101 | 101000 | 1001010 | 101101 |
Color Harmonies of #CA921E
Complementary color
Monochromatic Colors of #CA921E
Black with #CA921E
Text Example
Text Example
White with #CA921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA921E; }
p { color: rgb(202,146,30); }
H1.HeaderClassName
{
color: #CA921E;
}
.AnyTagClassName
{
color: #CA921E;
}
</style>
background-color css
<style>
a { background-color: #CA921E; }
a { background-color: rgb(202,146,30); }
div.DivClassName
{
background-color: #CA921E;
}
.BgClassName
{
background-color: #CA921E;
}
</style>
border-color css
<style>
span { border-color: #CA921E; }
span { border-color: rgb(202,146,30); }
td.TdClassName
{
border-color: #CA921E;
}
.TagClassName
{
border-color: #CA921E;
}
</style>