Shades of Nugget #C3912C
Tints of Nugget #C3912C
RGB
CMYK
RGB Variations
Color information
#C3912C (or 0xC3912C) is known color: Nugget. HEX triplet: C3, 91 and 2C. RGB value is (195,145,44). Sum of RGB (Red+Green+Blue) = 195+145+44=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3912C is #3C6ED3. Grayscale: #949494. Windows color (decimal): -3960532 or 2920899. OLE color: 2920899.
HSL color Cylindrical-coordinate representation of color #C3912C: hue angle of 40.13º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3912C is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 44 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.24 |
| HSL | 40.13º | 0.63% | 0.47% | - |
| HSV(B) | 40.13º | 0.77% | 0.76% | - |
| XYZ | 33.09 | 32.03 | 6.82 | - |
| YUV | 148.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 44 | 0 | 0.26 | 0.77 | 0.24 | 40.13 | 0.63 | 0.47 |
| Hex | C3 | 91 | 2C | 0 | 1A | 4D | 18 | 28 | 3F | 2F |
| Octal | 303 | 221 | 54 | 0 | 32 | 115 | 30 | 50 | 77 | 57 |
| Binary | 11000011 | 10010001 | 101100 | 0 | 11010 | 1001101 | 11000 | 101000 | 111111 | 101111 |
Color Harmonies of #C3912C
Complementary color
Monochromatic Colors of #C3912C
Black with #C3912C
Text Example
Text Example
White with #C3912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3912C; }
p { color: rgb(195,145,44); }
H1.HeaderClassName
{
color: #C3912C;
}
.AnyTagClassName
{
color: #C3912C;
}
</style>
background-color css
<style>
a { background-color: #C3912C; }
a { background-color: rgb(195,145,44); }
div.DivClassName
{
background-color: #C3912C;
}
.BgClassName
{
background-color: #C3912C;
}
</style>
border-color css
<style>
span { border-color: #C3912C; }
span { border-color: rgb(195,145,44); }
td.TdClassName
{
border-color: #C3912C;
}
.TagClassName
{
border-color: #C3912C;
}
</style>