Shades of Buddha Gold #C2951B
Tints of Buddha Gold #C2951B
RGB
CMYK
RGB Variations
Color information
#C2951B (or 0xC2951B) is known color: Buddha Gold. HEX triplet: C2, 95 and 1B. RGB value is (194,149,27). Sum of RGB (Red+Green+Blue) = 194+149+27=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2951B is #3D6AE4. Grayscale: #959595. Windows color (decimal): -4025061 or 1807810. OLE color: 1807810.
HSL color Cylindrical-coordinate representation of color #C2951B: hue angle of 43.83º 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 #C2951B is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 27 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.24 |
| HSL | 43.83º | 0.76% | 0.43% | - |
| HSV(B) | 43.83º | 0.86% | 0.76% | - |
| XYZ | 33.19 | 33.04 | 5.67 | - |
| YUV | 148.55 | 59.41 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 27 | 0 | 0.23 | 0.86 | 0.24 | 43.83 | 0.76 | 0.43 |
| Hex | C2 | 95 | 1B | 0 | 17 | 56 | 18 | 2C | 4C | 2B |
| Octal | 302 | 225 | 33 | 0 | 27 | 126 | 30 | 54 | 114 | 53 |
| Binary | 11000010 | 10010101 | 11011 | 0 | 10111 | 1010110 | 11000 | 101100 | 1001100 | 101011 |
Color Harmonies of #C2951B
Complementary color
Monochromatic Colors of #C2951B
Black with #C2951B
Text Example
Text Example
White with #C2951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2951B; }
p { color: rgb(194,149,27); }
H1.HeaderClassName
{
color: #C2951B;
}
.AnyTagClassName
{
color: #C2951B;
}
</style>
background-color css
<style>
a { background-color: #C2951B; }
a { background-color: rgb(194,149,27); }
div.DivClassName
{
background-color: #C2951B;
}
.BgClassName
{
background-color: #C2951B;
}
</style>
border-color css
<style>
span { border-color: #C2951B; }
span { border-color: rgb(194,149,27); }
td.TdClassName
{
border-color: #C2951B;
}
.TagClassName
{
border-color: #C2951B;
}
</style>