Shades of Buddha Gold #C48E18
Tints of Buddha Gold #C48E18
RGB
CMYK
RGB Variations
Color information
#C48E18 (or 0xC48E18) is known color: Buddha Gold. HEX triplet: C4, 8E and 18. RGB value is (196,142,24). Sum of RGB (Red+Green+Blue) = 196+142+24=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48E18 is #3B71E7. Grayscale: #919191. Windows color (decimal): -3895784 or 1609412. OLE color: 1609412.
HSL color Cylindrical-coordinate representation of color #C48E18: hue angle of 41.16º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C48E18 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 24 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.23 |
| HSL | 41.16º | 0.78% | 0.43% | - |
| HSV(B) | 41.16º | 0.88% | 0.77% | - |
| XYZ | 32.6 | 31.15 | 5.16 | - |
| YUV | 144.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 24 | 0 | 0.28 | 0.88 | 0.23 | 41.16 | 0.78 | 0.43 |
| Hex | C4 | 8E | 18 | 0 | 1C | 58 | 17 | 29 | 4E | 2B |
| Octal | 304 | 216 | 30 | 0 | 34 | 130 | 27 | 51 | 116 | 53 |
| Binary | 11000100 | 10001110 | 11000 | 0 | 11100 | 1011000 | 10111 | 101001 | 1001110 | 101011 |
Color Harmonies of #C48E18
Complementary color
Monochromatic Colors of #C48E18
Black with #C48E18
Text Example
Text Example
White with #C48E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E18; }
p { color: rgb(196,142,24); }
H1.HeaderClassName
{
color: #C48E18;
}
.AnyTagClassName
{
color: #C48E18;
}
</style>
background-color css
<style>
a { background-color: #C48E18; }
a { background-color: rgb(196,142,24); }
div.DivClassName
{
background-color: #C48E18;
}
.BgClassName
{
background-color: #C48E18;
}
</style>
border-color css
<style>
span { border-color: #C48E18; }
span { border-color: rgb(196,142,24); }
td.TdClassName
{
border-color: #C48E18;
}
.TagClassName
{
border-color: #C48E18;
}
</style>