Shades of Nugget #C7952D
Tints of Nugget #C7952D
RGB
CMYK
RGB Variations
Color information
#C7952D (or 0xC7952D) is known color: Nugget. HEX triplet: C7, 95 and 2D. RGB value is (199,149,45). Sum of RGB (Red+Green+Blue) = 199+149+45=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7952D is #386AD2. Grayscale: #989898. Windows color (decimal): -3697363 or 2987463. OLE color: 2987463.
HSL color Cylindrical-coordinate representation of color #C7952D: hue angle of 40.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7952D is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 45 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.22 |
| HSL | 40.52º | 0.63% | 0.48% | - |
| HSV(B) | 40.52º | 0.77% | 0.78% | - |
| XYZ | 34.77 | 33.83 | 7.18 | - |
| YUV | 152.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 45 | 0 | 0.25 | 0.77 | 0.22 | 40.52 | 0.63 | 0.48 |
| Hex | C7 | 95 | 2D | 0 | 19 | 4D | 16 | 29 | 3F | 30 |
| Octal | 307 | 225 | 55 | 0 | 31 | 115 | 26 | 51 | 77 | 60 |
| Binary | 11000111 | 10010101 | 101101 | 0 | 11001 | 1001101 | 10110 | 101001 | 111111 | 110000 |
Color Harmonies of #C7952D
Complementary color
Monochromatic Colors of #C7952D
Black with #C7952D
Text Example
Text Example
White with #C7952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7952D; }
p { color: rgb(199,149,45); }
H1.HeaderClassName
{
color: #C7952D;
}
.AnyTagClassName
{
color: #C7952D;
}
</style>
background-color css
<style>
a { background-color: #C7952D; }
a { background-color: rgb(199,149,45); }
div.DivClassName
{
background-color: #C7952D;
}
.BgClassName
{
background-color: #C7952D;
}
</style>
border-color css
<style>
span { border-color: #C7952D; }
span { border-color: rgb(199,149,45); }
td.TdClassName
{
border-color: #C7952D;
}
.TagClassName
{
border-color: #C7952D;
}
</style>