Shades of Buddha Gold #C39C01
Tints of Buddha Gold #C39C01
RGB
CMYK
RGB Variations
Color information
#C39C01 (or 0xC39C01) is known color: Buddha Gold. HEX triplet: C3, 9C and 01. RGB value is (195,156,1). Sum of RGB (Red+Green+Blue) = 195+156+1=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39C01 is #3C63FE. Grayscale: #969696. Windows color (decimal): -3957759 or 105667. OLE color: 105667.
HSL color Cylindrical-coordinate representation of color #C39C01: hue angle of 47.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C39C01 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.24 |
| HSL | 47.94º | 0.99% | 0.38% | - |
| HSV(B) | 47.94º | 0.99% | 0.76% | - |
| XYZ | 34.4 | 35.38 | 5.04 | - |
| YUV | 149.99 | 43.92 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 1 | 0 | 0.20 | 0.99 | 0.24 | 47.94 | 0.99 | 0.38 |
| Hex | C3 | 9C | 1 | 0 | 14 | 63 | 18 | 30 | 63 | 26 |
| Octal | 303 | 234 | 1 | 0 | 24 | 143 | 30 | 60 | 143 | 46 |
| Binary | 11000011 | 10011100 | 1 | 0 | 10100 | 1100011 | 11000 | 110000 | 1100011 | 100110 |
Color Harmonies of #C39C01
Complementary color
Monochromatic Colors of #C39C01
Black with #C39C01
Text Example
Text Example
White with #C39C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C01; }
p { color: rgb(195,156,1); }
H1.HeaderClassName
{
color: #C39C01;
}
.AnyTagClassName
{
color: #C39C01;
}
</style>
background-color css
<style>
a { background-color: #C39C01; }
a { background-color: rgb(195,156,1); }
div.DivClassName
{
background-color: #C39C01;
}
.BgClassName
{
background-color: #C39C01;
}
</style>
border-color css
<style>
span { border-color: #C39C01; }
span { border-color: rgb(195,156,1); }
td.TdClassName
{
border-color: #C39C01;
}
.TagClassName
{
border-color: #C39C01;
}
</style>