Shades of Buddha Gold #C2940F
Tints of Buddha Gold #C2940F
RGB
CMYK
RGB Variations
Color information
#C2940F (or 0xC2940F) is known color: Buddha Gold. HEX triplet: C2, 94 and 0F. RGB value is (194,148,15). Sum of RGB (Red+Green+Blue) = 194+148+15=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2940F is #3D6BF0. Grayscale: #939393. Windows color (decimal): -4025329 or 1021122. OLE color: 1021122.
HSL color Cylindrical-coordinate representation of color #C2940F: hue angle of 44.58º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2940F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.24 |
| HSL | 44.58º | 0.86% | 0.41% | - |
| HSV(B) | 44.58º | 0.92% | 0.76% | - |
| XYZ | 32.92 | 32.68 | 5.03 | - |
| YUV | 146.59 | 53.74 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 15 | 0 | 0.24 | 0.92 | 0.24 | 44.58 | 0.86 | 0.41 |
| Hex | C2 | 94 | F | 0 | 18 | 5C | 18 | 2D | 56 | 29 |
| Octal | 302 | 224 | 17 | 0 | 30 | 134 | 30 | 55 | 126 | 51 |
| Binary | 11000010 | 10010100 | 1111 | 0 | 11000 | 1011100 | 11000 | 101101 | 1010110 | 101001 |
Color Harmonies of #C2940F
Complementary color
Monochromatic Colors of #C2940F
Black with #C2940F
Text Example
Text Example
White with #C2940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2940F; }
p { color: rgb(194,148,15); }
H1.HeaderClassName
{
color: #C2940F;
}
.AnyTagClassName
{
color: #C2940F;
}
</style>
background-color css
<style>
a { background-color: #C2940F; }
a { background-color: rgb(194,148,15); }
div.DivClassName
{
background-color: #C2940F;
}
.BgClassName
{
background-color: #C2940F;
}
</style>
border-color css
<style>
span { border-color: #C2940F; }
span { border-color: rgb(194,148,15); }
td.TdClassName
{
border-color: #C2940F;
}
.TagClassName
{
border-color: #C2940F;
}
</style>