Shades of Buddha Gold #C3990E
Tints of Buddha Gold #C3990E
RGB
CMYK
RGB Variations
Color information
#C3990E (or 0xC3990E) is known color: Buddha Gold. HEX triplet: C3, 99 and 0E. RGB value is (195,153,14). Sum of RGB (Red+Green+Blue) = 195+153+14=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C3990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3990E is #3C66F1. Grayscale: #969696. Windows color (decimal): -3958514 or 956867. OLE color: 956867.
HSL color Cylindrical-coordinate representation of color #C3990E: hue angle of 46.08º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3990E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.24 |
| HSL | 46.08º | 0.87% | 0.41% | - |
| HSV(B) | 46.08º | 0.93% | 0.76% | - |
| XYZ | 33.98 | 34.42 | 5.27 | - |
| YUV | 149.71 | 51.41 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 14 | 0 | 0.22 | 0.93 | 0.24 | 46.08 | 0.87 | 0.41 |
| Hex | C3 | 99 | E | 0 | 16 | 5D | 18 | 2E | 57 | 29 |
| Octal | 303 | 231 | 16 | 0 | 26 | 135 | 30 | 56 | 127 | 51 |
| Binary | 11000011 | 10011001 | 1110 | 0 | 10110 | 1011101 | 11000 | 101110 | 1010111 | 101001 |
Color Harmonies of #C3990E
Complementary color
Monochromatic Colors of #C3990E
Black with #C3990E
Text Example
Text Example
White with #C3990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3990E; }
p { color: rgb(195,153,14); }
H1.HeaderClassName
{
color: #C3990E;
}
.AnyTagClassName
{
color: #C3990E;
}
</style>
background-color css
<style>
a { background-color: #C3990E; }
a { background-color: rgb(195,153,14); }
div.DivClassName
{
background-color: #C3990E;
}
.BgClassName
{
background-color: #C3990E;
}
</style>
border-color css
<style>
span { border-color: #C3990E; }
span { border-color: rgb(195,153,14); }
td.TdClassName
{
border-color: #C3990E;
}
.TagClassName
{
border-color: #C3990E;
}
</style>