Shades of Buddha Gold #C19E0F
Tints of Buddha Gold #C19E0F
RGB
CMYK
RGB Variations
Color information
#C19E0F (or 0xC19E0F) is known color: Buddha Gold. HEX triplet: C1, 9E and 0F. RGB value is (193,158,15). Sum of RGB (Red+Green+Blue) = 193+158+15=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19E0F is #3E61F0. Grayscale: #989898. Windows color (decimal): -4088305 or 1023681. OLE color: 1023681.
HSL color Cylindrical-coordinate representation of color #C19E0F: hue angle of 48.2º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C19E0F is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 15 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.24 |
| HSL | 48.2º | 0.86% | 0.41% | - |
| HSV(B) | 48.2º | 0.92% | 0.76% | - |
| XYZ | 34.31 | 35.83 | 5.56 | - |
| YUV | 152.16 | 50.6 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 15 | 0 | 0.18 | 0.92 | 0.24 | 48.2 | 0.86 | 0.41 |
| Hex | C1 | 9E | F | 0 | 12 | 5C | 18 | 30 | 56 | 29 |
| Octal | 301 | 236 | 17 | 0 | 22 | 134 | 30 | 60 | 126 | 51 |
| Binary | 11000001 | 10011110 | 1111 | 0 | 10010 | 1011100 | 11000 | 110000 | 1010110 | 101001 |
Color Harmonies of #C19E0F
Complementary color
Monochromatic Colors of #C19E0F
Black with #C19E0F
Text Example
Text Example
White with #C19E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E0F; }
p { color: rgb(193,158,15); }
H1.HeaderClassName
{
color: #C19E0F;
}
.AnyTagClassName
{
color: #C19E0F;
}
</style>
background-color css
<style>
a { background-color: #C19E0F; }
a { background-color: rgb(193,158,15); }
div.DivClassName
{
background-color: #C19E0F;
}
.BgClassName
{
background-color: #C19E0F;
}
</style>
border-color css
<style>
span { border-color: #C19E0F; }
span { border-color: rgb(193,158,15); }
td.TdClassName
{
border-color: #C19E0F;
}
.TagClassName
{
border-color: #C19E0F;
}
</style>