Shades of Buddha Gold #C3921C
Tints of Buddha Gold #C3921C
RGB
CMYK
RGB Variations
Color information
#C3921C (or 0xC3921C) is known color: Buddha Gold. HEX triplet: C3, 92 and 1C. RGB value is (195,146,28). Sum of RGB (Red+Green+Blue) = 195+146+28=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3921C is #3C6DE3. Grayscale: #939393. Windows color (decimal): -3960292 or 1872579. OLE color: 1872579.
HSL color Cylindrical-coordinate representation of color #C3921C: hue angle of 42.4º 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 #C3921C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 28 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.24 |
| HSL | 42.4º | 0.75% | 0.44% | - |
| HSV(B) | 42.4º | 0.86% | 0.76% | - |
| XYZ | 32.99 | 32.24 | 5.58 | - |
| YUV | 147.2 | 60.73 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 28 | 0 | 0.25 | 0.86 | 0.24 | 42.4 | 0.75 | 0.44 |
| Hex | C3 | 92 | 1C | 0 | 19 | 56 | 18 | 2A | 4B | 2C |
| Octal | 303 | 222 | 34 | 0 | 31 | 126 | 30 | 52 | 113 | 54 |
| Binary | 11000011 | 10010010 | 11100 | 0 | 11001 | 1010110 | 11000 | 101010 | 1001011 | 101100 |
Color Harmonies of #C3921C
Complementary color
Monochromatic Colors of #C3921C
Black with #C3921C
Text Example
Text Example
White with #C3921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3921C; }
p { color: rgb(195,146,28); }
H1.HeaderClassName
{
color: #C3921C;
}
.AnyTagClassName
{
color: #C3921C;
}
</style>
background-color css
<style>
a { background-color: #C3921C; }
a { background-color: rgb(195,146,28); }
div.DivClassName
{
background-color: #C3921C;
}
.BgClassName
{
background-color: #C3921C;
}
</style>
border-color css
<style>
span { border-color: #C3921C; }
span { border-color: rgb(195,146,28); }
td.TdClassName
{
border-color: #C3921C;
}
.TagClassName
{
border-color: #C3921C;
}
</style>