Shades of Buddha Gold #C8921C
Tints of Buddha Gold #C8921C
RGB
CMYK
RGB Variations
Color information
#C8921C (or 0xC8921C) is known color: Buddha Gold. HEX triplet: C8, 92 and 1C. RGB value is (200,146,28). Sum of RGB (Red+Green+Blue) = 200+146+28=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8921C is #376DE3. Grayscale: #959595. Windows color (decimal): -3632612 or 1872584. OLE color: 1872584.
HSL color Cylindrical-coordinate representation of color #C8921C: hue angle of 41.16º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8921C is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 28 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.22 |
| HSL | 41.16º | 0.75% | 0.45% | - |
| HSV(B) | 41.16º | 0.86% | 0.78% | - |
| XYZ | 34.31 | 32.92 | 5.64 | - |
| YUV | 148.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 28 | 0 | 0.27 | 0.86 | 0.22 | 41.16 | 0.75 | 0.45 |
| Hex | C8 | 92 | 1C | 0 | 1B | 56 | 16 | 29 | 4B | 2D |
| Octal | 310 | 222 | 34 | 0 | 33 | 126 | 26 | 51 | 113 | 55 |
| Binary | 11001000 | 10010010 | 11100 | 0 | 11011 | 1010110 | 10110 | 101001 | 1001011 | 101101 |
Color Harmonies of #C8921C
Complementary color
Monochromatic Colors of #C8921C
Black with #C8921C
Text Example
Text Example
White with #C8921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8921C; }
p { color: rgb(200,146,28); }
H1.HeaderClassName
{
color: #C8921C;
}
.AnyTagClassName
{
color: #C8921C;
}
</style>
background-color css
<style>
a { background-color: #C8921C; }
a { background-color: rgb(200,146,28); }
div.DivClassName
{
background-color: #C8921C;
}
.BgClassName
{
background-color: #C8921C;
}
</style>
border-color css
<style>
span { border-color: #C8921C; }
span { border-color: rgb(200,146,28); }
td.TdClassName
{
border-color: #C8921C;
}
.TagClassName
{
border-color: #C8921C;
}
</style>