Shades of Buddha Gold #C2911C
Tints of Buddha Gold #C2911C
RGB
CMYK
RGB Variations
Color information
#C2911C (or 0xC2911C) is known color: Buddha Gold. HEX triplet: C2, 91 and 1C. RGB value is (194,145,28). Sum of RGB (Red+Green+Blue) = 194+145+28=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2911C is #3D6EE3. Grayscale: #929292. Windows color (decimal): -4026084 or 1872322. OLE color: 1872322.
HSL color Cylindrical-coordinate representation of color #C2911C: hue angle of 42.29º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2911C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 28 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.24 |
| HSL | 42.29º | 0.75% | 0.44% | - |
| HSV(B) | 42.29º | 0.86% | 0.76% | - |
| XYZ | 32.58 | 31.8 | 5.52 | - |
| YUV | 146.31 | 61.23 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 28 | 0 | 0.25 | 0.86 | 0.24 | 42.29 | 0.75 | 0.44 |
| Hex | C2 | 91 | 1C | 0 | 19 | 56 | 18 | 2A | 4B | 2C |
| Octal | 302 | 221 | 34 | 0 | 31 | 126 | 30 | 52 | 113 | 54 |
| Binary | 11000010 | 10010001 | 11100 | 0 | 11001 | 1010110 | 11000 | 101010 | 1001011 | 101100 |
Color Harmonies of #C2911C
Complementary color
Monochromatic Colors of #C2911C
Black with #C2911C
Text Example
Text Example
White with #C2911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2911C; }
p { color: rgb(194,145,28); }
H1.HeaderClassName
{
color: #C2911C;
}
.AnyTagClassName
{
color: #C2911C;
}
</style>
background-color css
<style>
a { background-color: #C2911C; }
a { background-color: rgb(194,145,28); }
div.DivClassName
{
background-color: #C2911C;
}
.BgClassName
{
background-color: #C2911C;
}
</style>
border-color css
<style>
span { border-color: #C2911C; }
span { border-color: rgb(194,145,28); }
td.TdClassName
{
border-color: #C2911C;
}
.TagClassName
{
border-color: #C2911C;
}
</style>