Shades of Buddha Gold #C1961C
Tints of Buddha Gold #C1961C
RGB
CMYK
RGB Variations
Color information
#C1961C (or 0xC1961C) is known color: Buddha Gold. HEX triplet: C1, 96 and 1C. RGB value is (193,150,28). Sum of RGB (Red+Green+Blue) = 193+150+28=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1961C is #3E69E3. Grayscale: #959595. Windows color (decimal): -4090340 or 1873601. OLE color: 1873601.
HSL color Cylindrical-coordinate representation of color #C1961C: hue angle of 44.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1961C is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 28 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.24 |
| HSL | 44.36º | 0.75% | 0.43% | - |
| HSV(B) | 44.36º | 0.85% | 0.76% | - |
| XYZ | 33.11 | 33.23 | 5.77 | - |
| YUV | 148.95 | 59.75 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 28 | 0 | 0.22 | 0.85 | 0.24 | 44.36 | 0.75 | 0.43 |
| Hex | C1 | 96 | 1C | 0 | 16 | 55 | 18 | 2C | 4B | 2B |
| Octal | 301 | 226 | 34 | 0 | 26 | 125 | 30 | 54 | 113 | 53 |
| Binary | 11000001 | 10010110 | 11100 | 0 | 10110 | 1010101 | 11000 | 101100 | 1001011 | 101011 |
Color Harmonies of #C1961C
Complementary color
Monochromatic Colors of #C1961C
Black with #C1961C
Text Example
Text Example
White with #C1961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1961C; }
p { color: rgb(193,150,28); }
H1.HeaderClassName
{
color: #C1961C;
}
.AnyTagClassName
{
color: #C1961C;
}
</style>
background-color css
<style>
a { background-color: #C1961C; }
a { background-color: rgb(193,150,28); }
div.DivClassName
{
background-color: #C1961C;
}
.BgClassName
{
background-color: #C1961C;
}
</style>
border-color css
<style>
span { border-color: #C1961C; }
span { border-color: rgb(193,150,28); }
td.TdClassName
{
border-color: #C1961C;
}
.TagClassName
{
border-color: #C1961C;
}
</style>