Shades of Buddha Gold #C19C07
Tints of Buddha Gold #C19C07
RGB
CMYK
RGB Variations
Color information
#C19C07 (or 0xC19C07) is known color: Buddha Gold. HEX triplet: C1, 9C and 07. RGB value is (193,156,7). Sum of RGB (Red+Green+Blue) = 193+156+7=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19C07 is #3E63F8. Grayscale: #969696. Windows color (decimal): -4088825 or 498881. OLE color: 498881.
HSL color Cylindrical-coordinate representation of color #C19C07: hue angle of 48.06º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C19C07 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 7 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.24 |
| HSL | 48.06º | 0.93% | 0.39% | - |
| HSV(B) | 48.06º | 0.96% | 0.76% | - |
| XYZ | 33.92 | 35.13 | 5.19 | - |
| YUV | 150.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 7 | 0 | 0.19 | 0.96 | 0.24 | 48.06 | 0.93 | 0.39 |
| Hex | C1 | 9C | 7 | 0 | 13 | 60 | 18 | 30 | 5D | 27 |
| Octal | 301 | 234 | 7 | 0 | 23 | 140 | 30 | 60 | 135 | 47 |
| Binary | 11000001 | 10011100 | 111 | 0 | 10011 | 1100000 | 11000 | 110000 | 1011101 | 100111 |
Color Harmonies of #C19C07
Complementary color
Monochromatic Colors of #C19C07
Black with #C19C07
Text Example
Text Example
White with #C19C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C07; }
p { color: rgb(193,156,7); }
H1.HeaderClassName
{
color: #C19C07;
}
.AnyTagClassName
{
color: #C19C07;
}
</style>
background-color css
<style>
a { background-color: #C19C07; }
a { background-color: rgb(193,156,7); }
div.DivClassName
{
background-color: #C19C07;
}
.BgClassName
{
background-color: #C19C07;
}
</style>
border-color css
<style>
span { border-color: #C19C07; }
span { border-color: rgb(193,156,7); }
td.TdClassName
{
border-color: #C19C07;
}
.TagClassName
{
border-color: #C19C07;
}
</style>