Shades of Buddha Gold #C2991E
Tints of Buddha Gold #C2991E
RGB
CMYK
RGB Variations
Color information
#C2991E (or 0xC2991E) is known color: Buddha Gold. HEX triplet: C2, 99 and 1E. RGB value is (194,153,30). Sum of RGB (Red+Green+Blue) = 194+153+30=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2991E is #3D66E1. Grayscale: #979797. Windows color (decimal): -4024034 or 2005442. OLE color: 2005442.
HSL color Cylindrical-coordinate representation of color #C2991E: hue angle of 45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2991E is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 30 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.24 |
| HSL | 45º | 0.73% | 0.44% | - |
| HSV(B) | 45º | 0.85% | 0.76% | - |
| XYZ | 33.87 | 34.35 | 6.07 | - |
| YUV | 151.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 30 | 0 | 0.21 | 0.85 | 0.24 | 45 | 0.73 | 0.44 |
| Hex | C2 | 99 | 1E | 0 | 15 | 55 | 18 | 2D | 49 | 2C |
| Octal | 302 | 231 | 36 | 0 | 25 | 125 | 30 | 55 | 111 | 54 |
| Binary | 11000010 | 10011001 | 11110 | 0 | 10101 | 1010101 | 11000 | 101101 | 1001001 | 101100 |
Color Harmonies of #C2991E
Complementary color
Monochromatic Colors of #C2991E
Black with #C2991E
Text Example
Text Example
White with #C2991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2991E; }
p { color: rgb(194,153,30); }
H1.HeaderClassName
{
color: #C2991E;
}
.AnyTagClassName
{
color: #C2991E;
}
</style>
background-color css
<style>
a { background-color: #C2991E; }
a { background-color: rgb(194,153,30); }
div.DivClassName
{
background-color: #C2991E;
}
.BgClassName
{
background-color: #C2991E;
}
</style>
border-color css
<style>
span { border-color: #C2991E; }
span { border-color: rgb(194,153,30); }
td.TdClassName
{
border-color: #C2991E;
}
.TagClassName
{
border-color: #C2991E;
}
</style>