Shades of Buddha Gold #C09807
Tints of Buddha Gold #C09807
RGB
CMYK
RGB Variations
Color information
#C09807 (or 0xC09807) is known color: Buddha Gold. HEX triplet: C0, 98 and 07. RGB value is (192,152,7). Sum of RGB (Red+Green+Blue) = 192+152+7=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C09807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09807 is #3F67F8. Grayscale: #949494. Windows color (decimal): -4155385 or 497856. OLE color: 497856.
HSL color Cylindrical-coordinate representation of color #C09807: hue angle of 47.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C09807 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 7 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.25 |
| HSL | 47.03º | 0.93% | 0.39% | - |
| HSV(B) | 47.03º | 0.96% | 0.75% | - |
| XYZ | 33 | 33.68 | 4.96 | - |
| YUV | 147.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 7 | 0 | 0.21 | 0.96 | 0.25 | 47.03 | 0.93 | 0.39 |
| Hex | C0 | 98 | 7 | 0 | 15 | 60 | 19 | 2F | 5D | 27 |
| Octal | 300 | 230 | 7 | 0 | 25 | 140 | 31 | 57 | 135 | 47 |
| Binary | 11000000 | 10011000 | 111 | 0 | 10101 | 1100000 | 11001 | 101111 | 1011101 | 100111 |
Color Harmonies of #C09807
Complementary color
Monochromatic Colors of #C09807
Black with #C09807
Text Example
Text Example
White with #C09807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09807; }
p { color: rgb(192,152,7); }
H1.HeaderClassName
{
color: #C09807;
}
.AnyTagClassName
{
color: #C09807;
}
</style>
background-color css
<style>
a { background-color: #C09807; }
a { background-color: rgb(192,152,7); }
div.DivClassName
{
background-color: #C09807;
}
.BgClassName
{
background-color: #C09807;
}
</style>
border-color css
<style>
span { border-color: #C09807; }
span { border-color: rgb(192,152,7); }
td.TdClassName
{
border-color: #C09807;
}
.TagClassName
{
border-color: #C09807;
}
</style>