Shades of Buddha Gold #C2991B
Tints of Buddha Gold #C2991B
RGB
CMYK
RGB Variations
Color information
#C2991B (or 0xC2991B) is known color: Buddha Gold. HEX triplet: C2, 99 and 1B. RGB value is (194,153,27). Sum of RGB (Red+Green+Blue) = 194+153+27=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2991B is #3D66E4. Grayscale: #979797. Windows color (decimal): -4024037 or 1808834. OLE color: 1808834.
HSL color Cylindrical-coordinate representation of color #C2991B: hue angle of 45.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2991B is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 27 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.24 |
| HSL | 45.27º | 0.76% | 0.43% | - |
| HSV(B) | 45.27º | 0.86% | 0.76% | - |
| XYZ | 33.84 | 34.33 | 5.88 | - |
| YUV | 150.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 27 | 0 | 0.21 | 0.86 | 0.24 | 45.27 | 0.76 | 0.43 |
| Hex | C2 | 99 | 1B | 0 | 15 | 56 | 18 | 2D | 4C | 2B |
| Octal | 302 | 231 | 33 | 0 | 25 | 126 | 30 | 55 | 114 | 53 |
| Binary | 11000010 | 10011001 | 11011 | 0 | 10101 | 1010110 | 11000 | 101101 | 1001100 | 101011 |
Color Harmonies of #C2991B
Complementary color
Monochromatic Colors of #C2991B
Black with #C2991B
Text Example
Text Example
White with #C2991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2991B; }
p { color: rgb(194,153,27); }
H1.HeaderClassName
{
color: #C2991B;
}
.AnyTagClassName
{
color: #C2991B;
}
</style>
background-color css
<style>
a { background-color: #C2991B; }
a { background-color: rgb(194,153,27); }
div.DivClassName
{
background-color: #C2991B;
}
.BgClassName
{
background-color: #C2991B;
}
</style>
border-color css
<style>
span { border-color: #C2991B; }
span { border-color: rgb(194,153,27); }
td.TdClassName
{
border-color: #C2991B;
}
.TagClassName
{
border-color: #C2991B;
}
</style>