Shades of Buddha Gold #C19A08
Tints of Buddha Gold #C19A08
RGB
CMYK
RGB Variations
Color information
#C19A08 (or 0xC19A08) is known color: Buddha Gold. HEX triplet: C1, 9A and 08. RGB value is (193,154,8). Sum of RGB (Red+Green+Blue) = 193+154+8=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19A08 is #3E65F7. Grayscale: #959595. Windows color (decimal): -4089336 or 563905. OLE color: 563905.
HSL color Cylindrical-coordinate representation of color #C19A08: hue angle of 47.35º degrees, saturation: 0.92, 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 #C19A08 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.24 |
| HSL | 47.35º | 0.92% | 0.39% | - |
| HSV(B) | 47.35º | 0.96% | 0.76% | - |
| XYZ | 33.59 | 34.47 | 5.11 | - |
| YUV | 149.02 | 48.42 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 8 | 0 | 0.20 | 0.96 | 0.24 | 47.35 | 0.92 | 0.39 |
| Hex | C1 | 9A | 8 | 0 | 14 | 60 | 18 | 2F | 5C | 27 |
| Octal | 301 | 232 | 10 | 0 | 24 | 140 | 30 | 57 | 134 | 47 |
| Binary | 11000001 | 10011010 | 1000 | 0 | 10100 | 1100000 | 11000 | 101111 | 1011100 | 100111 |
Color Harmonies of #C19A08
Complementary color
Monochromatic Colors of #C19A08
Black with #C19A08
Text Example
Text Example
White with #C19A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A08; }
p { color: rgb(193,154,8); }
H1.HeaderClassName
{
color: #C19A08;
}
.AnyTagClassName
{
color: #C19A08;
}
</style>
background-color css
<style>
a { background-color: #C19A08; }
a { background-color: rgb(193,154,8); }
div.DivClassName
{
background-color: #C19A08;
}
.BgClassName
{
background-color: #C19A08;
}
</style>
border-color css
<style>
span { border-color: #C19A08; }
span { border-color: rgb(193,154,8); }
td.TdClassName
{
border-color: #C19A08;
}
.TagClassName
{
border-color: #C19A08;
}
</style>