Shades of Buddha Gold #C9960F
Tints of Buddha Gold #C9960F
RGB
CMYK
RGB Variations
Color information
#C9960F (or 0xC9960F) is known color: Buddha Gold. HEX triplet: C9, 96 and 0F. RGB value is (201,150,15). Sum of RGB (Red+Green+Blue) = 201+150+15=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9960F is #3669F0. Grayscale: #969696. Windows color (decimal): -3566065 or 1021641. OLE color: 1021641.
HSL color Cylindrical-coordinate representation of color #C9960F: hue angle of 43.55º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9960F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 15 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.21 |
| HSL | 43.55º | 0.86% | 0.42% | - |
| HSV(B) | 43.55º | 0.93% | 0.79% | - |
| XYZ | 35.08 | 34.26 | 5.22 | - |
| YUV | 149.86 | 51.9 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 15 | 0 | 0.25 | 0.93 | 0.21 | 43.55 | 0.86 | 0.42 |
| Hex | C9 | 96 | F | 0 | 19 | 5D | 15 | 2C | 56 | 2A |
| Octal | 311 | 226 | 17 | 0 | 31 | 135 | 25 | 54 | 126 | 52 |
| Binary | 11001001 | 10010110 | 1111 | 0 | 11001 | 1011101 | 10101 | 101100 | 1010110 | 101010 |
Color Harmonies of #C9960F
Complementary color
Monochromatic Colors of #C9960F
Black with #C9960F
Text Example
Text Example
White with #C9960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9960F; }
p { color: rgb(201,150,15); }
H1.HeaderClassName
{
color: #C9960F;
}
.AnyTagClassName
{
color: #C9960F;
}
</style>
background-color css
<style>
a { background-color: #C9960F; }
a { background-color: rgb(201,150,15); }
div.DivClassName
{
background-color: #C9960F;
}
.BgClassName
{
background-color: #C9960F;
}
</style>
border-color css
<style>
span { border-color: #C9960F; }
span { border-color: rgb(201,150,15); }
td.TdClassName
{
border-color: #C9960F;
}
.TagClassName
{
border-color: #C9960F;
}
</style>