Shades of Buddha Gold #C8991C
Tints of Buddha Gold #C8991C
RGB
CMYK
RGB Variations
Color information
#C8991C (or 0xC8991C) is known color: Buddha Gold. HEX triplet: C8, 99 and 1C. RGB value is (200,153,28). Sum of RGB (Red+Green+Blue) = 200+153+28=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8991C is #3766E3. Grayscale: #999999. Windows color (decimal): -3630820 or 1874376. OLE color: 1874376.
HSL color Cylindrical-coordinate representation of color #C8991C: hue angle of 43.6º 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 #C8991C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 28 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.22 |
| HSL | 43.6º | 0.75% | 0.45% | - |
| HSV(B) | 43.6º | 0.86% | 0.78% | - |
| XYZ | 35.42 | 35.15 | 6.02 | - |
| YUV | 152.8 | 57.57 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 28 | 0 | 0.24 | 0.86 | 0.22 | 43.6 | 0.75 | 0.45 |
| Hex | C8 | 99 | 1C | 0 | 18 | 56 | 16 | 2C | 4B | 2D |
| Octal | 310 | 231 | 34 | 0 | 30 | 126 | 26 | 54 | 113 | 55 |
| Binary | 11001000 | 10011001 | 11100 | 0 | 11000 | 1010110 | 10110 | 101100 | 1001011 | 101101 |
Color Harmonies of #C8991C
Complementary color
Monochromatic Colors of #C8991C
Black with #C8991C
Text Example
Text Example
White with #C8991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8991C; }
p { color: rgb(200,153,28); }
H1.HeaderClassName
{
color: #C8991C;
}
.AnyTagClassName
{
color: #C8991C;
}
</style>
background-color css
<style>
a { background-color: #C8991C; }
a { background-color: rgb(200,153,28); }
div.DivClassName
{
background-color: #C8991C;
}
.BgClassName
{
background-color: #C8991C;
}
</style>
border-color css
<style>
span { border-color: #C8991C; }
span { border-color: rgb(200,153,28); }
td.TdClassName
{
border-color: #C8991C;
}
.TagClassName
{
border-color: #C8991C;
}
</style>