Shades of Buddha Gold #C3951C
Tints of Buddha Gold #C3951C
RGB
CMYK
RGB Variations
Color information
#C3951C (or 0xC3951C) is known color: Buddha Gold. HEX triplet: C3, 95 and 1C. RGB value is (195,149,28). Sum of RGB (Red+Green+Blue) = 195+149+28=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3951C is #3C6AE3. Grayscale: #959595. Windows color (decimal): -3959524 or 1873347. OLE color: 1873347.
HSL color Cylindrical-coordinate representation of color #C3951C: hue angle of 43.47º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3951C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 28 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.24 |
| HSL | 43.47º | 0.75% | 0.44% | - |
| HSV(B) | 43.47º | 0.86% | 0.76% | - |
| XYZ | 33.46 | 33.18 | 5.74 | - |
| YUV | 148.96 | 59.74 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 28 | 0 | 0.24 | 0.86 | 0.24 | 43.47 | 0.75 | 0.44 |
| Hex | C3 | 95 | 1C | 0 | 18 | 56 | 18 | 2B | 4B | 2C |
| Octal | 303 | 225 | 34 | 0 | 30 | 126 | 30 | 53 | 113 | 54 |
| Binary | 11000011 | 10010101 | 11100 | 0 | 11000 | 1010110 | 11000 | 101011 | 1001011 | 101100 |
Color Harmonies of #C3951C
Complementary color
Monochromatic Colors of #C3951C
Black with #C3951C
Text Example
Text Example
White with #C3951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3951C; }
p { color: rgb(195,149,28); }
H1.HeaderClassName
{
color: #C3951C;
}
.AnyTagClassName
{
color: #C3951C;
}
</style>
background-color css
<style>
a { background-color: #C3951C; }
a { background-color: rgb(195,149,28); }
div.DivClassName
{
background-color: #C3951C;
}
.BgClassName
{
background-color: #C3951C;
}
</style>
border-color css
<style>
span { border-color: #C3951C; }
span { border-color: rgb(195,149,28); }
td.TdClassName
{
border-color: #C3951C;
}
.TagClassName
{
border-color: #C3951C;
}
</style>