Shades of Nugget #CA9B28
Tints of Nugget #CA9B28
RGB
CMYK
RGB Variations
Color information
#CA9B28 (or 0xCA9B28) is known color: Nugget. HEX triplet: CA, 9B and 28. RGB value is (202,155,40). Sum of RGB (Red+Green+Blue) = 202+155+40=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B28 is #3564D7. Grayscale: #9C9C9C. Windows color (decimal): -3499224 or 2661322. OLE color: 2661322.
HSL color Cylindrical-coordinate representation of color #CA9B28: hue angle of 42.59º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA9B28 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 40 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.21 |
| HSL | 42.59º | 0.67% | 0.47% | - |
| HSV(B) | 42.59º | 0.8% | 0.79% | - |
| XYZ | 36.46 | 36.15 | 7.06 | - |
| YUV | 155.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 40 | 0 | 0.23 | 0.80 | 0.21 | 42.59 | 0.67 | 0.47 |
| Hex | CA | 9B | 28 | 0 | 17 | 50 | 15 | 2B | 43 | 2F |
| Octal | 312 | 233 | 50 | 0 | 27 | 120 | 25 | 53 | 103 | 57 |
| Binary | 11001010 | 10011011 | 101000 | 0 | 10111 | 1010000 | 10101 | 101011 | 1000011 | 101111 |
Color Harmonies of #CA9B28
Complementary color
Monochromatic Colors of #CA9B28
Black with #CA9B28
Text Example
Text Example
White with #CA9B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B28; }
p { color: rgb(202,155,40); }
H1.HeaderClassName
{
color: #CA9B28;
}
.AnyTagClassName
{
color: #CA9B28;
}
</style>
background-color css
<style>
a { background-color: #CA9B28; }
a { background-color: rgb(202,155,40); }
div.DivClassName
{
background-color: #CA9B28;
}
.BgClassName
{
background-color: #CA9B28;
}
</style>
border-color css
<style>
span { border-color: #CA9B28; }
span { border-color: rgb(202,155,40); }
td.TdClassName
{
border-color: #CA9B28;
}
.TagClassName
{
border-color: #CA9B28;
}
</style>