Shades of Buddha Gold #C39B1C
Tints of Buddha Gold #C39B1C
RGB
CMYK
RGB Variations
Color information
#C39B1C (or 0xC39B1C) is known color: Buddha Gold. HEX triplet: C3, 9B and 1C. RGB value is (195,155,28). Sum of RGB (Red+Green+Blue) = 195+155+28=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B1C is #3C64E3. Grayscale: #999999. Windows color (decimal): -3957988 or 1874883. OLE color: 1874883.
HSL color Cylindrical-coordinate representation of color #C39B1C: hue angle of 45.63º 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 #C39B1C is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 28 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.24 |
| HSL | 45.63º | 0.75% | 0.44% | - |
| HSV(B) | 45.63º | 0.86% | 0.76% | - |
| XYZ | 34.44 | 35.13 | 6.06 | - |
| YUV | 152.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 28 | 0 | 0.21 | 0.86 | 0.24 | 45.63 | 0.75 | 0.44 |
| Hex | C3 | 9B | 1C | 0 | 15 | 56 | 18 | 2E | 4B | 2C |
| Octal | 303 | 233 | 34 | 0 | 25 | 126 | 30 | 56 | 113 | 54 |
| Binary | 11000011 | 10011011 | 11100 | 0 | 10101 | 1010110 | 11000 | 101110 | 1001011 | 101100 |
Color Harmonies of #C39B1C
Complementary color
Monochromatic Colors of #C39B1C
Black with #C39B1C
Text Example
Text Example
White with #C39B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B1C; }
p { color: rgb(195,155,28); }
H1.HeaderClassName
{
color: #C39B1C;
}
.AnyTagClassName
{
color: #C39B1C;
}
</style>
background-color css
<style>
a { background-color: #C39B1C; }
a { background-color: rgb(195,155,28); }
div.DivClassName
{
background-color: #C39B1C;
}
.BgClassName
{
background-color: #C39B1C;
}
</style>
border-color css
<style>
span { border-color: #C39B1C; }
span { border-color: rgb(195,155,28); }
td.TdClassName
{
border-color: #C39B1C;
}
.TagClassName
{
border-color: #C39B1C;
}
</style>