Shades of Buddha Gold #C6970A
Tints of Buddha Gold #C6970A
RGB
CMYK
RGB Variations
Color information
#C6970A (or 0xC6970A) is known color: Buddha Gold. HEX triplet: C6, 97 and 0A. RGB value is (198,151,10). Sum of RGB (Red+Green+Blue) = 198+151+10=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6970A is #3968F5. Grayscale: #959595. Windows color (decimal): -3762422 or 694214. OLE color: 694214.
HSL color Cylindrical-coordinate representation of color #C6970A: hue angle of 45º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6970A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 10 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.22 |
| HSL | 45º | 0.9% | 0.41% | - |
| HSV(B) | 45º | 0.95% | 0.78% | - |
| XYZ | 34.41 | 34.16 | 5.07 | - |
| YUV | 148.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 10 | 0 | 0.24 | 0.95 | 0.22 | 45 | 0.9 | 0.41 |
| Hex | C6 | 97 | A | 0 | 18 | 5F | 16 | 2D | 5A | 29 |
| Octal | 306 | 227 | 12 | 0 | 30 | 137 | 26 | 55 | 132 | 51 |
| Binary | 11000110 | 10010111 | 1010 | 0 | 11000 | 1011111 | 10110 | 101101 | 1011010 | 101001 |
Color Harmonies of #C6970A
Complementary color
Monochromatic Colors of #C6970A
Black with #C6970A
Text Example
Text Example
White with #C6970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6970A; }
p { color: rgb(198,151,10); }
H1.HeaderClassName
{
color: #C6970A;
}
.AnyTagClassName
{
color: #C6970A;
}
</style>
background-color css
<style>
a { background-color: #C6970A; }
a { background-color: rgb(198,151,10); }
div.DivClassName
{
background-color: #C6970A;
}
.BgClassName
{
background-color: #C6970A;
}
</style>
border-color css
<style>
span { border-color: #C6970A; }
span { border-color: rgb(198,151,10); }
td.TdClassName
{
border-color: #C6970A;
}
.TagClassName
{
border-color: #C6970A;
}
</style>