Shades of Buddha Gold #C6941C
Tints of Buddha Gold #C6941C
RGB
CMYK
RGB Variations
Color information
#C6941C (or 0xC6941C) is known color: Buddha Gold. HEX triplet: C6, 94 and 1C. RGB value is (198,148,28). Sum of RGB (Red+Green+Blue) = 198+148+28=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6941C is #396BE3. Grayscale: #959595. Windows color (decimal): -3763172 or 1873094. OLE color: 1873094.
HSL color Cylindrical-coordinate representation of color #C6941C: hue angle of 42.35º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6941C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 28 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.22 |
| HSL | 42.35º | 0.75% | 0.44% | - |
| HSV(B) | 42.35º | 0.86% | 0.78% | - |
| XYZ | 34.09 | 33.27 | 5.72 | - |
| YUV | 149.27 | 59.57 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 28 | 0 | 0.25 | 0.86 | 0.22 | 42.35 | 0.75 | 0.44 |
| Hex | C6 | 94 | 1C | 0 | 19 | 56 | 16 | 2A | 4B | 2C |
| Octal | 306 | 224 | 34 | 0 | 31 | 126 | 26 | 52 | 113 | 54 |
| Binary | 11000110 | 10010100 | 11100 | 0 | 11001 | 1010110 | 10110 | 101010 | 1001011 | 101100 |
Color Harmonies of #C6941C
Complementary color
Monochromatic Colors of #C6941C
Black with #C6941C
Text Example
Text Example
White with #C6941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6941C; }
p { color: rgb(198,148,28); }
H1.HeaderClassName
{
color: #C6941C;
}
.AnyTagClassName
{
color: #C6941C;
}
</style>
background-color css
<style>
a { background-color: #C6941C; }
a { background-color: rgb(198,148,28); }
div.DivClassName
{
background-color: #C6941C;
}
.BgClassName
{
background-color: #C6941C;
}
</style>
border-color css
<style>
span { border-color: #C6941C; }
span { border-color: rgb(198,148,28); }
td.TdClassName
{
border-color: #C6941C;
}
.TagClassName
{
border-color: #C6941C;
}
</style>