Shades of Buddha Gold #C0921A
Tints of Buddha Gold #C0921A
RGB
CMYK
RGB Variations
Color information
#C0921A (or 0xC0921A) is known color: Buddha Gold. HEX triplet: C0, 92 and 1A. RGB value is (192,146,26). Sum of RGB (Red+Green+Blue) = 192+146+26=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0921A is #3F6DE5. Grayscale: #929292. Windows color (decimal): -4156902 or 1741504. OLE color: 1741504.
HSL color Cylindrical-coordinate representation of color #C0921A: hue angle of 43.37º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0921A is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 26 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.25 |
| HSL | 43.37º | 0.76% | 0.43% | - |
| HSV(B) | 43.37º | 0.86% | 0.75% | - |
| XYZ | 32.2 | 31.84 | 5.43 | - |
| YUV | 146.07 | 60.24 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 26 | 0 | 0.24 | 0.86 | 0.25 | 43.37 | 0.76 | 0.43 |
| Hex | C0 | 92 | 1A | 0 | 18 | 56 | 19 | 2B | 4C | 2B |
| Octal | 300 | 222 | 32 | 0 | 30 | 126 | 31 | 53 | 114 | 53 |
| Binary | 11000000 | 10010010 | 11010 | 0 | 11000 | 1010110 | 11001 | 101011 | 1001100 | 101011 |
Color Harmonies of #C0921A
Complementary color
Monochromatic Colors of #C0921A
Black with #C0921A
Text Example
Text Example
White with #C0921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0921A; }
p { color: rgb(192,146,26); }
H1.HeaderClassName
{
color: #C0921A;
}
.AnyTagClassName
{
color: #C0921A;
}
</style>
background-color css
<style>
a { background-color: #C0921A; }
a { background-color: rgb(192,146,26); }
div.DivClassName
{
background-color: #C0921A;
}
.BgClassName
{
background-color: #C0921A;
}
</style>
border-color css
<style>
span { border-color: #C0921A; }
span { border-color: rgb(192,146,26); }
td.TdClassName
{
border-color: #C0921A;
}
.TagClassName
{
border-color: #C0921A;
}
</style>