Shades of Buddha Gold #C3A20D
Tints of Buddha Gold #C3A20D
RGB
CMYK
RGB Variations
Color information
#C3A20D (or 0xC3A20D) is known color: Buddha Gold. HEX triplet: C3, A2 and 0D. RGB value is (195,162,13). Sum of RGB (Red+Green+Blue) = 195+162+13=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A20D is #3C5DF2. Grayscale: #9B9B9B. Windows color (decimal): -3956211 or 893635. OLE color: 893635.
HSL color Cylindrical-coordinate representation of color #C3A20D: hue angle of 49.12º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3A20D is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 13 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.24 |
| HSL | 49.12º | 0.88% | 0.41% | - |
| HSV(B) | 49.12º | 0.93% | 0.76% | - |
| XYZ | 35.5 | 37.47 | 5.74 | - |
| YUV | 154.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 13 | 0 | 0.17 | 0.93 | 0.24 | 49.12 | 0.88 | 0.41 |
| Hex | C3 | A2 | D | 0 | 11 | 5D | 18 | 31 | 58 | 29 |
| Octal | 303 | 242 | 15 | 0 | 21 | 135 | 30 | 61 | 130 | 51 |
| Binary | 11000011 | 10100010 | 1101 | 0 | 10001 | 1011101 | 11000 | 110001 | 1011000 | 101001 |
Color Harmonies of #C3A20D
Complementary color
Monochromatic Colors of #C3A20D
Black with #C3A20D
Text Example
Text Example
White with #C3A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A20D; }
p { color: rgb(195,162,13); }
H1.HeaderClassName
{
color: #C3A20D;
}
.AnyTagClassName
{
color: #C3A20D;
}
</style>
background-color css
<style>
a { background-color: #C3A20D; }
a { background-color: rgb(195,162,13); }
div.DivClassName
{
background-color: #C3A20D;
}
.BgClassName
{
background-color: #C3A20D;
}
</style>
border-color css
<style>
span { border-color: #C3A20D; }
span { border-color: rgb(195,162,13); }
td.TdClassName
{
border-color: #C3A20D;
}
.TagClassName
{
border-color: #C3A20D;
}
</style>