Shades of Buddha Gold #C2940D
Tints of Buddha Gold #C2940D
RGB
CMYK
RGB Variations
Color information
#C2940D (or 0xC2940D) is known color: Buddha Gold. HEX triplet: C2, 94 and 0D. RGB value is (194,148,13). Sum of RGB (Red+Green+Blue) = 194+148+13=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2940D is #3D6BF2. Grayscale: #929292. Windows color (decimal): -4025331 or 890050. OLE color: 890050.
HSL color Cylindrical-coordinate representation of color #C2940D: hue angle of 44.75º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2940D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 13 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.24 |
| HSL | 44.75º | 0.87% | 0.41% | - |
| HSV(B) | 44.75º | 0.93% | 0.76% | - |
| XYZ | 32.91 | 32.68 | 4.95 | - |
| YUV | 146.36 | 52.74 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 13 | 0 | 0.24 | 0.93 | 0.24 | 44.75 | 0.87 | 0.41 |
| Hex | C2 | 94 | D | 0 | 18 | 5D | 18 | 2D | 57 | 29 |
| Octal | 302 | 224 | 15 | 0 | 30 | 135 | 30 | 55 | 127 | 51 |
| Binary | 11000010 | 10010100 | 1101 | 0 | 11000 | 1011101 | 11000 | 101101 | 1010111 | 101001 |
Color Harmonies of #C2940D
Complementary color
Monochromatic Colors of #C2940D
Black with #C2940D
Text Example
Text Example
White with #C2940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2940D; }
p { color: rgb(194,148,13); }
H1.HeaderClassName
{
color: #C2940D;
}
.AnyTagClassName
{
color: #C2940D;
}
</style>
background-color css
<style>
a { background-color: #C2940D; }
a { background-color: rgb(194,148,13); }
div.DivClassName
{
background-color: #C2940D;
}
.BgClassName
{
background-color: #C2940D;
}
</style>
border-color css
<style>
span { border-color: #C2940D; }
span { border-color: rgb(194,148,13); }
td.TdClassName
{
border-color: #C2940D;
}
.TagClassName
{
border-color: #C2940D;
}
</style>