Shades of Buddha Gold #C08E19
Tints of Buddha Gold #C08E19
RGB
CMYK
RGB Variations
Color information
#C08E19 (or 0xC08E19) is known color: Buddha Gold. HEX triplet: C0, 8E and 19. RGB value is (192,142,25). Sum of RGB (Red+Green+Blue) = 192+142+25=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08E19 is #3F71E6. Grayscale: #909090. Windows color (decimal): -4157927 or 1674944. OLE color: 1674944.
HSL color Cylindrical-coordinate representation of color #C08E19: hue angle of 42.04º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C08E19 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 25 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.25 |
| HSL | 42.04º | 0.77% | 0.43% | - |
| HSV(B) | 42.04º | 0.87% | 0.75% | - |
| XYZ | 31.59 | 30.62 | 5.17 | - |
| YUV | 143.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 25 | 0 | 0.26 | 0.87 | 0.25 | 42.04 | 0.77 | 0.43 |
| Hex | C0 | 8E | 19 | 0 | 1A | 57 | 19 | 2A | 4D | 2B |
| Octal | 300 | 216 | 31 | 0 | 32 | 127 | 31 | 52 | 115 | 53 |
| Binary | 11000000 | 10001110 | 11001 | 0 | 11010 | 1010111 | 11001 | 101010 | 1001101 | 101011 |
Color Harmonies of #C08E19
Complementary color
Monochromatic Colors of #C08E19
Black with #C08E19
Text Example
Text Example
White with #C08E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E19; }
p { color: rgb(192,142,25); }
H1.HeaderClassName
{
color: #C08E19;
}
.AnyTagClassName
{
color: #C08E19;
}
</style>
background-color css
<style>
a { background-color: #C08E19; }
a { background-color: rgb(192,142,25); }
div.DivClassName
{
background-color: #C08E19;
}
.BgClassName
{
background-color: #C08E19;
}
</style>
border-color css
<style>
span { border-color: #C08E19; }
span { border-color: rgb(192,142,25); }
td.TdClassName
{
border-color: #C08E19;
}
.TagClassName
{
border-color: #C08E19;
}
</style>