Shades of Buddha Gold #C8991B
Tints of Buddha Gold #C8991B
RGB
CMYK
RGB Variations
Color information
#C8991B (or 0xC8991B) is known color: Buddha Gold. HEX triplet: C8, 99 and 1B. RGB value is (200,153,27). Sum of RGB (Red+Green+Blue) = 200+153+27=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8991B is #3766E4. Grayscale: #999999. Windows color (decimal): -3630821 or 1808840. OLE color: 1808840.
HSL color Cylindrical-coordinate representation of color #C8991B: hue angle of 43.7º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8991B is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 27 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.22 |
| HSL | 43.7º | 0.76% | 0.45% | - |
| HSV(B) | 43.7º | 0.87% | 0.78% | - |
| XYZ | 35.41 | 35.14 | 5.95 | - |
| YUV | 152.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 27 | 0 | 0.24 | 0.86 | 0.22 | 43.7 | 0.76 | 0.45 |
| Hex | C8 | 99 | 1B | 0 | 18 | 56 | 16 | 2C | 4C | 2D |
| Octal | 310 | 231 | 33 | 0 | 30 | 126 | 26 | 54 | 114 | 55 |
| Binary | 11001000 | 10011001 | 11011 | 0 | 11000 | 1010110 | 10110 | 101100 | 1001100 | 101101 |
Color Harmonies of #C8991B
Complementary color
Monochromatic Colors of #C8991B
Black with #C8991B
Text Example
Text Example
White with #C8991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8991B; }
p { color: rgb(200,153,27); }
H1.HeaderClassName
{
color: #C8991B;
}
.AnyTagClassName
{
color: #C8991B;
}
</style>
background-color css
<style>
a { background-color: #C8991B; }
a { background-color: rgb(200,153,27); }
div.DivClassName
{
background-color: #C8991B;
}
.BgClassName
{
background-color: #C8991B;
}
</style>
border-color css
<style>
span { border-color: #C8991B; }
span { border-color: rgb(200,153,27); }
td.TdClassName
{
border-color: #C8991B;
}
.TagClassName
{
border-color: #C8991B;
}
</style>