Shades of Metallic Gold #C8A130
Tints of Metallic Gold #C8A130
RGB
CMYK
RGB Variations
Color information
#C8A130 (or 0xC8A130) is known color: Metallic Gold. HEX triplet: C8, A1 and 30. RGB value is (200,161,48). Sum of RGB (Red+Green+Blue) = 200+161+48=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A130 is #375ECF. Grayscale: #A0A0A0. Windows color (decimal): -3628752 or 3187144. OLE color: 3187144.
HSL color Cylindrical-coordinate representation of color #C8A130: hue angle of 44.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8A130 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 48 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.22 |
| HSL | 44.61º | 0.61% | 0.49% | - |
| HSV(B) | 44.61º | 0.76% | 0.78% | - |
| XYZ | 37.1 | 37.98 | 8.17 | - |
| YUV | 159.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 48 | 0 | 0.19 | 0.76 | 0.22 | 44.61 | 0.61 | 0.49 |
| Hex | C8 | A1 | 30 | 0 | 13 | 4C | 16 | 2D | 3D | 31 |
| Octal | 310 | 241 | 60 | 0 | 23 | 114 | 26 | 55 | 75 | 61 |
| Binary | 11001000 | 10100001 | 110000 | 0 | 10011 | 1001100 | 10110 | 101101 | 111101 | 110001 |
Color Harmonies of #C8A130
Complementary color
Monochromatic Colors of #C8A130
Black with #C8A130
Text Example
Text Example
White with #C8A130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A130; }
p { color: rgb(200,161,48); }
H1.HeaderClassName
{
color: #C8A130;
}
.AnyTagClassName
{
color: #C8A130;
}
</style>
background-color css
<style>
a { background-color: #C8A130; }
a { background-color: rgb(200,161,48); }
div.DivClassName
{
background-color: #C8A130;
}
.BgClassName
{
background-color: #C8A130;
}
</style>
border-color css
<style>
span { border-color: #C8A130; }
span { border-color: rgb(200,161,48); }
td.TdClassName
{
border-color: #C8A130;
}
.TagClassName
{
border-color: #C8A130;
}
</style>