Shades of Buddha Gold #C89A1C
Tints of Buddha Gold #C89A1C
RGB
CMYK
RGB Variations
Color information
#C89A1C (or 0xC89A1C) is known color: Buddha Gold. HEX triplet: C8, 9A and 1C. RGB value is (200,154,28). Sum of RGB (Red+Green+Blue) = 200+154+28=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A1C is #3765E3. Grayscale: #999999. Windows color (decimal): -3630564 or 1874632. OLE color: 1874632.
HSL color Cylindrical-coordinate representation of color #C89A1C: hue angle of 43.95º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C89A1C is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 28 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.22 |
| HSL | 43.95º | 0.75% | 0.45% | - |
| HSV(B) | 43.95º | 0.86% | 0.78% | - |
| XYZ | 35.58 | 35.47 | 6.07 | - |
| YUV | 153.39 | 57.24 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 28 | 0 | 0.23 | 0.86 | 0.22 | 43.95 | 0.75 | 0.45 |
| Hex | C8 | 9A | 1C | 0 | 17 | 56 | 16 | 2C | 4B | 2D |
| Octal | 310 | 232 | 34 | 0 | 27 | 126 | 26 | 54 | 113 | 55 |
| Binary | 11001000 | 10011010 | 11100 | 0 | 10111 | 1010110 | 10110 | 101100 | 1001011 | 101101 |
Color Harmonies of #C89A1C
Complementary color
Monochromatic Colors of #C89A1C
Black with #C89A1C
Text Example
Text Example
White with #C89A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A1C; }
p { color: rgb(200,154,28); }
H1.HeaderClassName
{
color: #C89A1C;
}
.AnyTagClassName
{
color: #C89A1C;
}
</style>
background-color css
<style>
a { background-color: #C89A1C; }
a { background-color: rgb(200,154,28); }
div.DivClassName
{
background-color: #C89A1C;
}
.BgClassName
{
background-color: #C89A1C;
}
</style>
border-color css
<style>
span { border-color: #C89A1C; }
span { border-color: rgb(200,154,28); }
td.TdClassName
{
border-color: #C89A1C;
}
.TagClassName
{
border-color: #C89A1C;
}
</style>