Shades of Nugget #CB911F
Tints of Nugget #CB911F
RGB
CMYK
RGB Variations
Color information
#CB911F (or 0xCB911F) is known color: Nugget. HEX triplet: CB, 91 and 1F. RGB value is (203,145,31). Sum of RGB (Red+Green+Blue) = 203+145+31=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB911F is #346EE0. Grayscale: #959595. Windows color (decimal): -3436257 or 2068939. OLE color: 2068939.
HSL color Cylindrical-coordinate representation of color #CB911F: hue angle of 39.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB911F is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 31 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.20 |
| HSL | 39.77º | 0.74% | 0.46% | - |
| HSV(B) | 39.77º | 0.85% | 0.8% | - |
| XYZ | 35 | 33.05 | 5.83 | - |
| YUV | 149.35 | 61.22 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 31 | 0 | 0.29 | 0.85 | 0.20 | 39.77 | 0.74 | 0.46 |
| Hex | CB | 91 | 1F | 0 | 1D | 55 | 14 | 28 | 4A | 2E |
| Octal | 313 | 221 | 37 | 0 | 35 | 125 | 24 | 50 | 112 | 56 |
| Binary | 11001011 | 10010001 | 11111 | 0 | 11101 | 1010101 | 10100 | 101000 | 1001010 | 101110 |
Color Harmonies of #CB911F
Complementary color
Monochromatic Colors of #CB911F
Black with #CB911F
Text Example
Text Example
White with #CB911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB911F; }
p { color: rgb(203,145,31); }
H1.HeaderClassName
{
color: #CB911F;
}
.AnyTagClassName
{
color: #CB911F;
}
</style>
background-color css
<style>
a { background-color: #CB911F; }
a { background-color: rgb(203,145,31); }
div.DivClassName
{
background-color: #CB911F;
}
.BgClassName
{
background-color: #CB911F;
}
</style>
border-color css
<style>
span { border-color: #CB911F; }
span { border-color: rgb(203,145,31); }
td.TdClassName
{
border-color: #CB911F;
}
.TagClassName
{
border-color: #CB911F;
}
</style>