Shades of Nugget #CB921C
Tints of Nugget #CB921C
RGB
CMYK
RGB Variations
Color information
#CB921C (or 0xCB921C) is known color: Nugget. HEX triplet: CB, 92 and 1C. RGB value is (203,146,28). Sum of RGB (Red+Green+Blue) = 203+146+28=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB921C is #346DE3. Grayscale: #969696. Windows color (decimal): -3436004 or 1872587. OLE color: 1872587.
HSL color Cylindrical-coordinate representation of color #CB921C: hue angle of 40.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB921C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 28 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.20 |
| HSL | 40.46º | 0.76% | 0.45% | - |
| HSV(B) | 40.46º | 0.86% | 0.8% | - |
| XYZ | 35.12 | 33.34 | 5.68 | - |
| YUV | 149.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 28 | 0 | 0.28 | 0.86 | 0.20 | 40.46 | 0.76 | 0.45 |
| Hex | CB | 92 | 1C | 0 | 1C | 56 | 14 | 28 | 4C | 2D |
| Octal | 313 | 222 | 34 | 0 | 34 | 126 | 24 | 50 | 114 | 55 |
| Binary | 11001011 | 10010010 | 11100 | 0 | 11100 | 1010110 | 10100 | 101000 | 1001100 | 101101 |
Color Harmonies of #CB921C
Complementary color
Monochromatic Colors of #CB921C
Black with #CB921C
Text Example
Text Example
White with #CB921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB921C; }
p { color: rgb(203,146,28); }
H1.HeaderClassName
{
color: #CB921C;
}
.AnyTagClassName
{
color: #CB921C;
}
</style>
background-color css
<style>
a { background-color: #CB921C; }
a { background-color: rgb(203,146,28); }
div.DivClassName
{
background-color: #CB921C;
}
.BgClassName
{
background-color: #CB921C;
}
</style>
border-color css
<style>
span { border-color: #CB921C; }
span { border-color: rgb(203,146,28); }
td.TdClassName
{
border-color: #CB921C;
}
.TagClassName
{
border-color: #CB921C;
}
</style>