Shades of Buddha Gold #CB9F13
Tints of Buddha Gold #CB9F13
RGB
CMYK
RGB Variations
Color information
#CB9F13 (or 0xCB9F13) is known color: Buddha Gold. HEX triplet: CB, 9F and 13. RGB value is (203,159,19). Sum of RGB (Red+Green+Blue) = 203+159+19=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9F13 is #3460EC. Grayscale: #9C9C9C. Windows color (decimal): -3432685 or 1286091. OLE color: 1286091.
HSL color Cylindrical-coordinate representation of color #CB9F13: hue angle of 45.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB9F13 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 19 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.20 |
| HSL | 45.65º | 0.83% | 0.44% | - |
| HSV(B) | 45.65º | 0.91% | 0.8% | - |
| XYZ | 37.14 | 37.54 | 5.9 | - |
| YUV | 156.2 | 50.58 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 19 | 0 | 0.22 | 0.91 | 0.20 | 45.65 | 0.83 | 0.44 |
| Hex | CB | 9F | 13 | 0 | 16 | 5B | 14 | 2E | 53 | 2C |
| Octal | 313 | 237 | 23 | 0 | 26 | 133 | 24 | 56 | 123 | 54 |
| Binary | 11001011 | 10011111 | 10011 | 0 | 10110 | 1011011 | 10100 | 101110 | 1010011 | 101100 |
Color Harmonies of #CB9F13
Complementary color
Monochromatic Colors of #CB9F13
Black with #CB9F13
Text Example
Text Example
White with #CB9F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F13; }
p { color: rgb(203,159,19); }
H1.HeaderClassName
{
color: #CB9F13;
}
.AnyTagClassName
{
color: #CB9F13;
}
</style>
background-color css
<style>
a { background-color: #CB9F13; }
a { background-color: rgb(203,159,19); }
div.DivClassName
{
background-color: #CB9F13;
}
.BgClassName
{
background-color: #CB9F13;
}
</style>
border-color css
<style>
span { border-color: #CB9F13; }
span { border-color: rgb(203,159,19); }
td.TdClassName
{
border-color: #CB9F13;
}
.TagClassName
{
border-color: #CB9F13;
}
</style>