Shades of Buddha Gold #C2941B
Tints of Buddha Gold #C2941B
RGB
CMYK
RGB Variations
Color information
#C2941B (or 0xC2941B) is known color: Buddha Gold. HEX triplet: C2, 94 and 1B. RGB value is (194,148,27). Sum of RGB (Red+Green+Blue) = 194+148+27=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2941B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2941B is #3D6BE4. Grayscale: #949494. Windows color (decimal): -4025317 or 1807554. OLE color: 1807554.
HSL color Cylindrical-coordinate representation of color #C2941B: hue angle of 43.47º 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 #C2941B is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 27 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.24 |
| HSL | 43.47º | 0.76% | 0.43% | - |
| HSV(B) | 43.47º | 0.86% | 0.76% | - |
| XYZ | 33.04 | 32.73 | 5.61 | - |
| YUV | 147.96 | 59.74 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 27 | 0 | 0.24 | 0.86 | 0.24 | 43.47 | 0.76 | 0.43 |
| Hex | C2 | 94 | 1B | 0 | 18 | 56 | 18 | 2B | 4C | 2B |
| Octal | 302 | 224 | 33 | 0 | 30 | 126 | 30 | 53 | 114 | 53 |
| Binary | 11000010 | 10010100 | 11011 | 0 | 11000 | 1010110 | 11000 | 101011 | 1001100 | 101011 |
Color Harmonies of #C2941B
Complementary color
Monochromatic Colors of #C2941B
Black with #C2941B
Text Example
Text Example
White with #C2941B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2941B; }
p { color: rgb(194,148,27); }
H1.HeaderClassName
{
color: #C2941B;
}
.AnyTagClassName
{
color: #C2941B;
}
</style>
background-color css
<style>
a { background-color: #C2941B; }
a { background-color: rgb(194,148,27); }
div.DivClassName
{
background-color: #C2941B;
}
.BgClassName
{
background-color: #C2941B;
}
</style>
border-color css
<style>
span { border-color: #C2941B; }
span { border-color: rgb(194,148,27); }
td.TdClassName
{
border-color: #C2941B;
}
.TagClassName
{
border-color: #C2941B;
}
</style>