Shades of Buddha Gold #C99813
Tints of Buddha Gold #C99813
RGB
CMYK
RGB Variations
Color information
#C99813 (or 0xC99813) is known color: Buddha Gold. HEX triplet: C9, 98 and 13. RGB value is (201,152,19). Sum of RGB (Red+Green+Blue) = 201+152+19=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C99813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99813 is #3667EC. Grayscale: #989898. Windows color (decimal): -3565549 or 1284297. OLE color: 1284297.
HSL color Cylindrical-coordinate representation of color #C99813: hue angle of 43.85º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C99813 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 19 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.21 |
| HSL | 43.85º | 0.83% | 0.43% | - |
| HSV(B) | 43.85º | 0.91% | 0.79% | - |
| XYZ | 35.43 | 34.92 | 5.49 | - |
| YUV | 151.49 | 53.23 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 19 | 0 | 0.24 | 0.91 | 0.21 | 43.85 | 0.83 | 0.43 |
| Hex | C9 | 98 | 13 | 0 | 18 | 5B | 15 | 2C | 53 | 2B |
| Octal | 311 | 230 | 23 | 0 | 30 | 133 | 25 | 54 | 123 | 53 |
| Binary | 11001001 | 10011000 | 10011 | 0 | 11000 | 1011011 | 10101 | 101100 | 1010011 | 101011 |
Color Harmonies of #C99813
Complementary color
Monochromatic Colors of #C99813
Black with #C99813
Text Example
Text Example
White with #C99813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99813; }
p { color: rgb(201,152,19); }
H1.HeaderClassName
{
color: #C99813;
}
.AnyTagClassName
{
color: #C99813;
}
</style>
background-color css
<style>
a { background-color: #C99813; }
a { background-color: rgb(201,152,19); }
div.DivClassName
{
background-color: #C99813;
}
.BgClassName
{
background-color: #C99813;
}
</style>
border-color css
<style>
span { border-color: #C99813; }
span { border-color: rgb(201,152,19); }
td.TdClassName
{
border-color: #C99813;
}
.TagClassName
{
border-color: #C99813;
}
</style>