Shades of Buddha Gold #C09C17
Tints of Buddha Gold #C09C17
RGB
CMYK
RGB Variations
Color information
#C09C17 (or 0xC09C17) is known color: Buddha Gold. HEX triplet: C0, 9C and 17. RGB value is (192,156,23). Sum of RGB (Red+Green+Blue) = 192+156+23=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C17 is #3F63E8. Grayscale: #989898. Windows color (decimal): -4154345 or 1547456. OLE color: 1547456.
HSL color Cylindrical-coordinate representation of color #C09C17: hue angle of 47.22º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C09C17 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 23 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.25 |
| HSL | 47.22º | 0.79% | 0.42% | - |
| HSV(B) | 47.22º | 0.88% | 0.75% | - |
| XYZ | 33.78 | 35.05 | 5.79 | - |
| YUV | 151.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 23 | 0 | 0.19 | 0.88 | 0.25 | 47.22 | 0.79 | 0.42 |
| Hex | C0 | 9C | 17 | 0 | 13 | 58 | 19 | 2F | 4F | 2A |
| Octal | 300 | 234 | 27 | 0 | 23 | 130 | 31 | 57 | 117 | 52 |
| Binary | 11000000 | 10011100 | 10111 | 0 | 10011 | 1011000 | 11001 | 101111 | 1001111 | 101010 |
Color Harmonies of #C09C17
Complementary color
Monochromatic Colors of #C09C17
Black with #C09C17
Text Example
Text Example
White with #C09C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C17; }
p { color: rgb(192,156,23); }
H1.HeaderClassName
{
color: #C09C17;
}
.AnyTagClassName
{
color: #C09C17;
}
</style>
background-color css
<style>
a { background-color: #C09C17; }
a { background-color: rgb(192,156,23); }
div.DivClassName
{
background-color: #C09C17;
}
.BgClassName
{
background-color: #C09C17;
}
</style>
border-color css
<style>
span { border-color: #C09C17; }
span { border-color: rgb(192,156,23); }
td.TdClassName
{
border-color: #C09C17;
}
.TagClassName
{
border-color: #C09C17;
}
</style>