Shades of Buddha Gold #C89A19
Tints of Buddha Gold #C89A19
RGB
CMYK
RGB Variations
Color information
#C89A19 (or 0xC89A19) is known color: Buddha Gold. HEX triplet: C8, 9A and 19. RGB value is (200,154,25). Sum of RGB (Red+Green+Blue) = 200+154+25=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89A19 is #3765E6. Grayscale: #999999. Windows color (decimal): -3630567 or 1678024. OLE color: 1678024.
HSL color Cylindrical-coordinate representation of color #C89A19: hue angle of 44.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C89A19 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 25 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.22 |
| HSL | 44.23º | 0.78% | 0.44% | - |
| HSV(B) | 44.23º | 0.88% | 0.78% | - |
| XYZ | 35.55 | 35.46 | 5.89 | - |
| YUV | 153.05 | 55.74 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 25 | 0 | 0.23 | 0.88 | 0.22 | 44.23 | 0.78 | 0.44 |
| Hex | C8 | 9A | 19 | 0 | 17 | 58 | 16 | 2C | 4E | 2C |
| Octal | 310 | 232 | 31 | 0 | 27 | 130 | 26 | 54 | 116 | 54 |
| Binary | 11001000 | 10011010 | 11001 | 0 | 10111 | 1011000 | 10110 | 101100 | 1001110 | 101100 |
Color Harmonies of #C89A19
Complementary color
Monochromatic Colors of #C89A19
Black with #C89A19
Text Example
Text Example
White with #C89A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A19; }
p { color: rgb(200,154,25); }
H1.HeaderClassName
{
color: #C89A19;
}
.AnyTagClassName
{
color: #C89A19;
}
</style>
background-color css
<style>
a { background-color: #C89A19; }
a { background-color: rgb(200,154,25); }
div.DivClassName
{
background-color: #C89A19;
}
.BgClassName
{
background-color: #C89A19;
}
</style>
border-color css
<style>
span { border-color: #C89A19; }
span { border-color: rgb(200,154,25); }
td.TdClassName
{
border-color: #C89A19;
}
.TagClassName
{
border-color: #C89A19;
}
</style>