Shades of Buddha Gold #C39E13
Tints of Buddha Gold #C39E13
RGB
CMYK
RGB Variations
Color information
#C39E13 (or 0xC39E13) is known color: Buddha Gold. HEX triplet: C3, 9E and 13. RGB value is (195,158,19). Sum of RGB (Red+Green+Blue) = 195+158+19=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39E13 is #3C61EC. Grayscale: #999999. Windows color (decimal): -3957229 or 1285827. OLE color: 1285827.
HSL color Cylindrical-coordinate representation of color #C39E13: hue angle of 47.39º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C39E13 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 19 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.24 |
| HSL | 47.39º | 0.82% | 0.42% | - |
| HSV(B) | 47.39º | 0.9% | 0.76% | - |
| XYZ | 34.85 | 36.1 | 5.75 | - |
| YUV | 153.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 19 | 0 | 0.19 | 0.90 | 0.24 | 47.39 | 0.82 | 0.42 |
| Hex | C3 | 9E | 13 | 0 | 13 | 5A | 18 | 2F | 52 | 2A |
| Octal | 303 | 236 | 23 | 0 | 23 | 132 | 30 | 57 | 122 | 52 |
| Binary | 11000011 | 10011110 | 10011 | 0 | 10011 | 1011010 | 11000 | 101111 | 1010010 | 101010 |
Color Harmonies of #C39E13
Complementary color
Monochromatic Colors of #C39E13
Black with #C39E13
Text Example
Text Example
White with #C39E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E13; }
p { color: rgb(195,158,19); }
H1.HeaderClassName
{
color: #C39E13;
}
.AnyTagClassName
{
color: #C39E13;
}
</style>
background-color css
<style>
a { background-color: #C39E13; }
a { background-color: rgb(195,158,19); }
div.DivClassName
{
background-color: #C39E13;
}
.BgClassName
{
background-color: #C39E13;
}
</style>
border-color css
<style>
span { border-color: #C39E13; }
span { border-color: rgb(195,158,19); }
td.TdClassName
{
border-color: #C39E13;
}
.TagClassName
{
border-color: #C39E13;
}
</style>