Shades of Nugget #CA9727
Tints of Nugget #CA9727
RGB
CMYK
RGB Variations
Color information
#CA9727 (or 0xCA9727) is known color: Nugget. HEX triplet: CA, 97 and 27. RGB value is (202,151,39). Sum of RGB (Red+Green+Blue) = 202+151+39=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9727 is #3568D8. Grayscale: #999999. Windows color (decimal): -3500249 or 2594762. OLE color: 2594762.
HSL color Cylindrical-coordinate representation of color #CA9727: hue angle of 41.23º 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 #CA9727 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 39 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.21 |
| HSL | 41.23º | 0.68% | 0.47% | - |
| HSV(B) | 41.23º | 0.81% | 0.79% | - |
| XYZ | 35.79 | 34.84 | 6.76 | - |
| YUV | 153.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 39 | 0 | 0.25 | 0.81 | 0.21 | 41.23 | 0.68 | 0.47 |
| Hex | CA | 97 | 27 | 0 | 19 | 51 | 15 | 29 | 44 | 2F |
| Octal | 312 | 227 | 47 | 0 | 31 | 121 | 25 | 51 | 104 | 57 |
| Binary | 11001010 | 10010111 | 100111 | 0 | 11001 | 1010001 | 10101 | 101001 | 1000100 | 101111 |
Color Harmonies of #CA9727
Complementary color
Monochromatic Colors of #CA9727
Black with #CA9727
Text Example
Text Example
White with #CA9727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9727; }
p { color: rgb(202,151,39); }
H1.HeaderClassName
{
color: #CA9727;
}
.AnyTagClassName
{
color: #CA9727;
}
</style>
background-color css
<style>
a { background-color: #CA9727; }
a { background-color: rgb(202,151,39); }
div.DivClassName
{
background-color: #CA9727;
}
.BgClassName
{
background-color: #CA9727;
}
</style>
border-color css
<style>
span { border-color: #CA9727; }
span { border-color: rgb(202,151,39); }
td.TdClassName
{
border-color: #CA9727;
}
.TagClassName
{
border-color: #CA9727;
}
</style>