Shades of Buddha Gold #C2901B
Tints of Buddha Gold #C2901B
RGB
CMYK
RGB Variations
Color information
#C2901B (or 0xC2901B) is known color: Buddha Gold. HEX triplet: C2, 90 and 1B. RGB value is (194,144,27). Sum of RGB (Red+Green+Blue) = 194+144+27=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2901B is #3D6FE4. Grayscale: #929292. Windows color (decimal): -4026341 or 1806530. OLE color: 1806530.
HSL color Cylindrical-coordinate representation of color #C2901B: hue angle of 42.04º 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 #C2901B is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 27 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.24 |
| HSL | 42.04º | 0.76% | 0.43% | - |
| HSV(B) | 42.04º | 0.86% | 0.76% | - |
| XYZ | 32.42 | 31.49 | 5.41 | - |
| YUV | 145.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 27 | 0 | 0.26 | 0.86 | 0.24 | 42.04 | 0.76 | 0.43 |
| Hex | C2 | 90 | 1B | 0 | 1A | 56 | 18 | 2A | 4C | 2B |
| Octal | 302 | 220 | 33 | 0 | 32 | 126 | 30 | 52 | 114 | 53 |
| Binary | 11000010 | 10010000 | 11011 | 0 | 11010 | 1010110 | 11000 | 101010 | 1001100 | 101011 |
Color Harmonies of #C2901B
Complementary color
Monochromatic Colors of #C2901B
Black with #C2901B
Text Example
Text Example
White with #C2901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2901B; }
p { color: rgb(194,144,27); }
H1.HeaderClassName
{
color: #C2901B;
}
.AnyTagClassName
{
color: #C2901B;
}
</style>
background-color css
<style>
a { background-color: #C2901B; }
a { background-color: rgb(194,144,27); }
div.DivClassName
{
background-color: #C2901B;
}
.BgClassName
{
background-color: #C2901B;
}
</style>
border-color css
<style>
span { border-color: #C2901B; }
span { border-color: rgb(194,144,27); }
td.TdClassName
{
border-color: #C2901B;
}
.TagClassName
{
border-color: #C2901B;
}
</style>