Shades of Nugget #CA9A27
Tints of Nugget #CA9A27
RGB
CMYK
RGB Variations
Color information
#CA9A27 (or 0xCA9A27) is known color: Nugget. HEX triplet: CA, 9A and 27. RGB value is (202,154,39). Sum of RGB (Red+Green+Blue) = 202+154+39=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A27 is #3565D8. Grayscale: #9B9B9B. Windows color (decimal): -3499481 or 2595530. OLE color: 2595530.
HSL color Cylindrical-coordinate representation of color #CA9A27: hue angle of 42.33º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA9A27 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 39 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.21 |
| HSL | 42.33º | 0.68% | 0.47% | - |
| HSV(B) | 42.33º | 0.81% | 0.79% | - |
| XYZ | 36.28 | 35.81 | 6.92 | - |
| YUV | 155.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 39 | 0 | 0.24 | 0.81 | 0.21 | 42.33 | 0.68 | 0.47 |
| Hex | CA | 9A | 27 | 0 | 18 | 51 | 15 | 2A | 44 | 2F |
| Octal | 312 | 232 | 47 | 0 | 30 | 121 | 25 | 52 | 104 | 57 |
| Binary | 11001010 | 10011010 | 100111 | 0 | 11000 | 1010001 | 10101 | 101010 | 1000100 | 101111 |
Color Harmonies of #CA9A27
Complementary color
Monochromatic Colors of #CA9A27
Black with #CA9A27
Text Example
Text Example
White with #CA9A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A27; }
p { color: rgb(202,154,39); }
H1.HeaderClassName
{
color: #CA9A27;
}
.AnyTagClassName
{
color: #CA9A27;
}
</style>
background-color css
<style>
a { background-color: #CA9A27; }
a { background-color: rgb(202,154,39); }
div.DivClassName
{
background-color: #CA9A27;
}
.BgClassName
{
background-color: #CA9A27;
}
</style>
border-color css
<style>
span { border-color: #CA9A27; }
span { border-color: rgb(202,154,39); }
td.TdClassName
{
border-color: #CA9A27;
}
.TagClassName
{
border-color: #CA9A27;
}
</style>