Shades of Buddha Gold #C8990A
Tints of Buddha Gold #C8990A
RGB
CMYK
RGB Variations
Color information
#C8990A (or 0xC8990A) is known color: Buddha Gold. HEX triplet: C8, 99 and 0A. RGB value is (200,153,10). Sum of RGB (Red+Green+Blue) = 200+153+10=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8990A is #3766F5. Grayscale: #979797. Windows color (decimal): -3630838 or 694728. OLE color: 694728.
HSL color Cylindrical-coordinate representation of color #C8990A: hue angle of 45.16º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8990A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 10 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.22 |
| HSL | 45.16º | 0.9% | 0.41% | - |
| HSV(B) | 45.16º | 0.95% | 0.78% | - |
| XYZ | 35.27 | 35.08 | 5.2 | - |
| YUV | 150.75 | 48.57 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 10 | 0 | 0.24 | 0.95 | 0.22 | 45.16 | 0.9 | 0.41 |
| Hex | C8 | 99 | A | 0 | 18 | 5F | 16 | 2D | 5A | 29 |
| Octal | 310 | 231 | 12 | 0 | 30 | 137 | 26 | 55 | 132 | 51 |
| Binary | 11001000 | 10011001 | 1010 | 0 | 11000 | 1011111 | 10110 | 101101 | 1011010 | 101001 |
Color Harmonies of #C8990A
Complementary color
Monochromatic Colors of #C8990A
Black with #C8990A
Text Example
Text Example
White with #C8990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8990A; }
p { color: rgb(200,153,10); }
H1.HeaderClassName
{
color: #C8990A;
}
.AnyTagClassName
{
color: #C8990A;
}
</style>
background-color css
<style>
a { background-color: #C8990A; }
a { background-color: rgb(200,153,10); }
div.DivClassName
{
background-color: #C8990A;
}
.BgClassName
{
background-color: #C8990A;
}
</style>
border-color css
<style>
span { border-color: #C8990A; }
span { border-color: rgb(200,153,10); }
td.TdClassName
{
border-color: #C8990A;
}
.TagClassName
{
border-color: #C8990A;
}
</style>