Shades of Buddha Gold #C8991E
Tints of Buddha Gold #C8991E
RGB
CMYK
RGB Variations
Color information
#C8991E (or 0xC8991E) is known color: Buddha Gold. HEX triplet: C8, 99 and 1E. RGB value is (200,153,30). Sum of RGB (Red+Green+Blue) = 200+153+30=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8991E is #3766E1. Grayscale: #999999. Windows color (decimal): -3630818 or 2005448. OLE color: 2005448.
HSL color Cylindrical-coordinate representation of color #C8991E: hue angle of 43.41º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8991E is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 30 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.22 |
| HSL | 43.41º | 0.74% | 0.45% | - |
| HSV(B) | 43.41º | 0.85% | 0.78% | - |
| XYZ | 35.45 | 35.16 | 6.15 | - |
| YUV | 153.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 30 | 0 | 0.24 | 0.85 | 0.22 | 43.41 | 0.74 | 0.45 |
| Hex | C8 | 99 | 1E | 0 | 18 | 55 | 16 | 2B | 4A | 2D |
| Octal | 310 | 231 | 36 | 0 | 30 | 125 | 26 | 53 | 112 | 55 |
| Binary | 11001000 | 10011001 | 11110 | 0 | 11000 | 1010101 | 10110 | 101011 | 1001010 | 101101 |
Color Harmonies of #C8991E
Complementary color
Monochromatic Colors of #C8991E
Black with #C8991E
Text Example
Text Example
White with #C8991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8991E; }
p { color: rgb(200,153,30); }
H1.HeaderClassName
{
color: #C8991E;
}
.AnyTagClassName
{
color: #C8991E;
}
</style>
background-color css
<style>
a { background-color: #C8991E; }
a { background-color: rgb(200,153,30); }
div.DivClassName
{
background-color: #C8991E;
}
.BgClassName
{
background-color: #C8991E;
}
</style>
border-color css
<style>
span { border-color: #C8991E; }
span { border-color: rgb(200,153,30); }
td.TdClassName
{
border-color: #C8991E;
}
.TagClassName
{
border-color: #C8991E;
}
</style>