Shades of Buddha Gold #C1951D
Tints of Buddha Gold #C1951D
RGB
CMYK
RGB Variations
Color information
#C1951D (or 0xC1951D) is known color: Buddha Gold. HEX triplet: C1, 95 and 1D. RGB value is (193,149,29). Sum of RGB (Red+Green+Blue) = 193+149+29=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1951D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1951D is #3E6AE2. Grayscale: #959595. Windows color (decimal): -4090595 or 1938881. OLE color: 1938881.
HSL color Cylindrical-coordinate representation of color #C1951D: hue angle of 43.9º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1951D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 29 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.24 |
| HSL | 43.9º | 0.74% | 0.44% | - |
| HSV(B) | 43.9º | 0.85% | 0.76% | - |
| XYZ | 32.96 | 32.92 | 5.78 | - |
| YUV | 148.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 29 | 0 | 0.23 | 0.85 | 0.24 | 43.9 | 0.74 | 0.44 |
| Hex | C1 | 95 | 1D | 0 | 17 | 55 | 18 | 2C | 4A | 2C |
| Octal | 301 | 225 | 35 | 0 | 27 | 125 | 30 | 54 | 112 | 54 |
| Binary | 11000001 | 10010101 | 11101 | 0 | 10111 | 1010101 | 11000 | 101100 | 1001010 | 101100 |
Color Harmonies of #C1951D
Complementary color
Monochromatic Colors of #C1951D
Black with #C1951D
Text Example
Text Example
White with #C1951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1951D; }
p { color: rgb(193,149,29); }
H1.HeaderClassName
{
color: #C1951D;
}
.AnyTagClassName
{
color: #C1951D;
}
</style>
background-color css
<style>
a { background-color: #C1951D; }
a { background-color: rgb(193,149,29); }
div.DivClassName
{
background-color: #C1951D;
}
.BgClassName
{
background-color: #C1951D;
}
</style>
border-color css
<style>
span { border-color: #C1951D; }
span { border-color: rgb(193,149,29); }
td.TdClassName
{
border-color: #C1951D;
}
.TagClassName
{
border-color: #C1951D;
}
</style>