Shades of Buddha Gold #C7A401
Tints of Buddha Gold #C7A401
RGB
CMYK
RGB Variations
Color information
#C7A401 (or 0xC7A401) is known color: Buddha Gold. HEX triplet: C7, A4 and 01. RGB value is (199,164,1). Sum of RGB (Red+Green+Blue) = 199+164+1=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A401 is #385BFE. Grayscale: #9C9C9C. Windows color (decimal): -3693567 or 107719. OLE color: 107719.
HSL color Cylindrical-coordinate representation of color #C7A401: hue angle of 49.39º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7A401 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.22 |
| HSL | 49.39º | 0.99% | 0.39% | - |
| HSV(B) | 49.39º | 0.99% | 0.78% | - |
| XYZ | 36.83 | 38.7 | 5.56 | - |
| YUV | 155.88 | 40.6 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 1 | 0 | 0.18 | 0.99 | 0.22 | 49.39 | 0.99 | 0.39 |
| Hex | C7 | A4 | 1 | 0 | 12 | 63 | 16 | 31 | 63 | 27 |
| Octal | 307 | 244 | 1 | 0 | 22 | 143 | 26 | 61 | 143 | 47 |
| Binary | 11000111 | 10100100 | 1 | 0 | 10010 | 1100011 | 10110 | 110001 | 1100011 | 100111 |
Color Harmonies of #C7A401
Complementary color
Monochromatic Colors of #C7A401
Black with #C7A401
Text Example
Text Example
White with #C7A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A401; }
p { color: rgb(199,164,1); }
H1.HeaderClassName
{
color: #C7A401;
}
.AnyTagClassName
{
color: #C7A401;
}
</style>
background-color css
<style>
a { background-color: #C7A401; }
a { background-color: rgb(199,164,1); }
div.DivClassName
{
background-color: #C7A401;
}
.BgClassName
{
background-color: #C7A401;
}
</style>
border-color css
<style>
span { border-color: #C7A401; }
span { border-color: rgb(199,164,1); }
td.TdClassName
{
border-color: #C7A401;
}
.TagClassName
{
border-color: #C7A401;
}
</style>