Shades of Nugget #CA9B2B
Tints of Nugget #CA9B2B
RGB
CMYK
RGB Variations
Color information
#CA9B2B (or 0xCA9B2B) is known color: Nugget. HEX triplet: CA, 9B and 2B. RGB value is (202,155,43). Sum of RGB (Red+Green+Blue) = 202+155+43=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B2B is #3564D4. Grayscale: #9C9C9C. Windows color (decimal): -3499221 or 2857930. OLE color: 2857930.
HSL color Cylindrical-coordinate representation of color #CA9B2B: hue angle of 42.26º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA9B2B is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 43 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.21 |
| HSL | 42.26º | 0.65% | 0.48% | - |
| HSV(B) | 42.26º | 0.79% | 0.79% | - |
| XYZ | 36.51 | 36.17 | 7.34 | - |
| YUV | 156.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 43 | 0 | 0.23 | 0.79 | 0.21 | 42.26 | 0.65 | 0.48 |
| Hex | CA | 9B | 2B | 0 | 17 | 4F | 15 | 2A | 41 | 30 |
| Octal | 312 | 233 | 53 | 0 | 27 | 117 | 25 | 52 | 101 | 60 |
| Binary | 11001010 | 10011011 | 101011 | 0 | 10111 | 1001111 | 10101 | 101010 | 1000001 | 110000 |
Color Harmonies of #CA9B2B
Complementary color
Monochromatic Colors of #CA9B2B
Black with #CA9B2B
Text Example
Text Example
White with #CA9B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B2B; }
p { color: rgb(202,155,43); }
H1.HeaderClassName
{
color: #CA9B2B;
}
.AnyTagClassName
{
color: #CA9B2B;
}
</style>
background-color css
<style>
a { background-color: #CA9B2B; }
a { background-color: rgb(202,155,43); }
div.DivClassName
{
background-color: #CA9B2B;
}
.BgClassName
{
background-color: #CA9B2B;
}
</style>
border-color css
<style>
span { border-color: #CA9B2B; }
span { border-color: rgb(202,155,43); }
td.TdClassName
{
border-color: #CA9B2B;
}
.TagClassName
{
border-color: #CA9B2B;
}
</style>