Shades of Buddha Gold #C2990B
Tints of Buddha Gold #C2990B
RGB
CMYK
RGB Variations
Color information
#C2990B (or 0xC2990B) is known color: Buddha Gold. HEX triplet: C2, 99 and 0B. RGB value is (194,153,11). Sum of RGB (Red+Green+Blue) = 194+153+11=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2990B is #3D66F4. Grayscale: #959595. Windows color (decimal): -4024053 or 760258. OLE color: 760258.
HSL color Cylindrical-coordinate representation of color #C2990B: hue angle of 46.56º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2990B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.24 |
| HSL | 46.56º | 0.89% | 0.4% | - |
| HSV(B) | 46.56º | 0.94% | 0.76% | - |
| XYZ | 33.7 | 34.28 | 5.16 | - |
| YUV | 149.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 11 | 0 | 0.21 | 0.94 | 0.24 | 46.56 | 0.89 | 0.4 |
| Hex | C2 | 99 | B | 0 | 15 | 5E | 18 | 2F | 59 | 28 |
| Octal | 302 | 231 | 13 | 0 | 25 | 136 | 30 | 57 | 131 | 50 |
| Binary | 11000010 | 10011001 | 1011 | 0 | 10101 | 1011110 | 11000 | 101111 | 1011001 | 101000 |
Color Harmonies of #C2990B
Complementary color
Monochromatic Colors of #C2990B
Black with #C2990B
Text Example
Text Example
White with #C2990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2990B; }
p { color: rgb(194,153,11); }
H1.HeaderClassName
{
color: #C2990B;
}
.AnyTagClassName
{
color: #C2990B;
}
</style>
background-color css
<style>
a { background-color: #C2990B; }
a { background-color: rgb(194,153,11); }
div.DivClassName
{
background-color: #C2990B;
}
.BgClassName
{
background-color: #C2990B;
}
</style>
border-color css
<style>
span { border-color: #C2990B; }
span { border-color: rgb(194,153,11); }
td.TdClassName
{
border-color: #C2990B;
}
.TagClassName
{
border-color: #C2990B;
}
</style>