Shades of Buddha Gold #C1971B
Tints of Buddha Gold #C1971B
RGB
CMYK
RGB Variations
Color information
#C1971B (or 0xC1971B) is known color: Buddha Gold. HEX triplet: C1, 97 and 1B. RGB value is (193,151,27). Sum of RGB (Red+Green+Blue) = 193+151+27=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1971B is #3E68E4. Grayscale: #959595. Windows color (decimal): -4090085 or 1808321. OLE color: 1808321.
HSL color Cylindrical-coordinate representation of color #C1971B: hue angle of 44.82º degrees, saturation: 0.75, 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 #C1971B is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 27 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.24 |
| HSL | 44.82º | 0.75% | 0.43% | - |
| HSV(B) | 44.82º | 0.86% | 0.76% | - |
| XYZ | 33.26 | 33.55 | 5.76 | - |
| YUV | 149.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 27 | 0 | 0.22 | 0.86 | 0.24 | 44.82 | 0.75 | 0.43 |
| Hex | C1 | 97 | 1B | 0 | 16 | 56 | 18 | 2D | 4B | 2B |
| Octal | 301 | 227 | 33 | 0 | 26 | 126 | 30 | 55 | 113 | 53 |
| Binary | 11000001 | 10010111 | 11011 | 0 | 10110 | 1010110 | 11000 | 101101 | 1001011 | 101011 |
Color Harmonies of #C1971B
Complementary color
Monochromatic Colors of #C1971B
Black with #C1971B
Text Example
Text Example
White with #C1971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1971B; }
p { color: rgb(193,151,27); }
H1.HeaderClassName
{
color: #C1971B;
}
.AnyTagClassName
{
color: #C1971B;
}
</style>
background-color css
<style>
a { background-color: #C1971B; }
a { background-color: rgb(193,151,27); }
div.DivClassName
{
background-color: #C1971B;
}
.BgClassName
{
background-color: #C1971B;
}
</style>
border-color css
<style>
span { border-color: #C1971B; }
span { border-color: rgb(193,151,27); }
td.TdClassName
{
border-color: #C1971B;
}
.TagClassName
{
border-color: #C1971B;
}
</style>