Shades of Buddha Gold #C2990E
Tints of Buddha Gold #C2990E
RGB
CMYK
RGB Variations
Color information
#C2990E (or 0xC2990E) is known color: Buddha Gold. HEX triplet: C2, 99 and 0E. RGB value is (194,153,14). Sum of RGB (Red+Green+Blue) = 194+153+14=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2990E is #3D66F1. Grayscale: #969696. Windows color (decimal): -4024050 or 956866. OLE color: 956866.
HSL color Cylindrical-coordinate representation of color #C2990E: hue angle of 46.33º 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 #C2990E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 14 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.24 |
| HSL | 46.33º | 0.87% | 0.41% | - |
| HSV(B) | 46.33º | 0.93% | 0.76% | - |
| XYZ | 33.72 | 34.28 | 5.26 | - |
| YUV | 149.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 14 | 0 | 0.21 | 0.93 | 0.24 | 46.33 | 0.87 | 0.41 |
| Hex | C2 | 99 | E | 0 | 15 | 5D | 18 | 2E | 57 | 29 |
| Octal | 302 | 231 | 16 | 0 | 25 | 135 | 30 | 56 | 127 | 51 |
| Binary | 11000010 | 10011001 | 1110 | 0 | 10101 | 1011101 | 11000 | 101110 | 1010111 | 101001 |
Color Harmonies of #C2990E
Complementary color
Monochromatic Colors of #C2990E
Black with #C2990E
Text Example
Text Example
White with #C2990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2990E; }
p { color: rgb(194,153,14); }
H1.HeaderClassName
{
color: #C2990E;
}
.AnyTagClassName
{
color: #C2990E;
}
</style>
background-color css
<style>
a { background-color: #C2990E; }
a { background-color: rgb(194,153,14); }
div.DivClassName
{
background-color: #C2990E;
}
.BgClassName
{
background-color: #C2990E;
}
</style>
border-color css
<style>
span { border-color: #C2990E; }
span { border-color: rgb(194,153,14); }
td.TdClassName
{
border-color: #C2990E;
}
.TagClassName
{
border-color: #C2990E;
}
</style>