Shades of Buddha Gold #C09C10
Tints of Buddha Gold #C09C10
RGB
CMYK
RGB Variations
Color information
#C09C10 (or 0xC09C10) is known color: Buddha Gold. HEX triplet: C0, 9C and 10. RGB value is (192,156,16). Sum of RGB (Red+Green+Blue) = 192+156+16=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C10 is #3F63EF. Grayscale: #979797. Windows color (decimal): -4154352 or 1088704. OLE color: 1088704.
HSL color Cylindrical-coordinate representation of color #C09C10: hue angle of 47.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C09C10 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.25 |
| HSL | 47.73º | 0.85% | 0.41% | - |
| HSV(B) | 47.73º | 0.92% | 0.75% | - |
| XYZ | 33.72 | 35.02 | 5.47 | - |
| YUV | 150.8 | 51.93 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 16 | 0 | 0.19 | 0.92 | 0.25 | 47.73 | 0.85 | 0.41 |
| Hex | C0 | 9C | 10 | 0 | 13 | 5C | 19 | 30 | 55 | 29 |
| Octal | 300 | 234 | 20 | 0 | 23 | 134 | 31 | 60 | 125 | 51 |
| Binary | 11000000 | 10011100 | 10000 | 0 | 10011 | 1011100 | 11001 | 110000 | 1010101 | 101001 |
Color Harmonies of #C09C10
Complementary color
Monochromatic Colors of #C09C10
Black with #C09C10
Text Example
Text Example
White with #C09C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C10; }
p { color: rgb(192,156,16); }
H1.HeaderClassName
{
color: #C09C10;
}
.AnyTagClassName
{
color: #C09C10;
}
</style>
background-color css
<style>
a { background-color: #C09C10; }
a { background-color: rgb(192,156,16); }
div.DivClassName
{
background-color: #C09C10;
}
.BgClassName
{
background-color: #C09C10;
}
</style>
border-color css
<style>
span { border-color: #C09C10; }
span { border-color: rgb(192,156,16); }
td.TdClassName
{
border-color: #C09C10;
}
.TagClassName
{
border-color: #C09C10;
}
</style>