Shades of Buddha Gold #CB9513
Tints of Buddha Gold #CB9513
RGB
CMYK
RGB Variations
Color information
#CB9513 (or 0xCB9513) is known color: Buddha Gold. HEX triplet: CB, 95 and 13. RGB value is (203,149,19). Sum of RGB (Red+Green+Blue) = 203+149+19=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9513 is #346AEC. Grayscale: #969696. Windows color (decimal): -3435245 or 1283531. OLE color: 1283531.
HSL color Cylindrical-coordinate representation of color #CB9513: hue angle of 42.39º 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 #CB9513 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 19 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.20 |
| HSL | 42.39º | 0.83% | 0.44% | - |
| HSV(B) | 42.39º | 0.91% | 0.8% | - |
| XYZ | 35.49 | 34.24 | 5.35 | - |
| YUV | 150.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 19 | 0 | 0.27 | 0.91 | 0.20 | 42.39 | 0.83 | 0.44 |
| Hex | CB | 95 | 13 | 0 | 1B | 5B | 14 | 2A | 53 | 2C |
| Octal | 313 | 225 | 23 | 0 | 33 | 133 | 24 | 52 | 123 | 54 |
| Binary | 11001011 | 10010101 | 10011 | 0 | 11011 | 1011011 | 10100 | 101010 | 1010011 | 101100 |
Color Harmonies of #CB9513
Complementary color
Monochromatic Colors of #CB9513
Black with #CB9513
Text Example
Text Example
White with #CB9513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9513; }
p { color: rgb(203,149,19); }
H1.HeaderClassName
{
color: #CB9513;
}
.AnyTagClassName
{
color: #CB9513;
}
</style>
background-color css
<style>
a { background-color: #CB9513; }
a { background-color: rgb(203,149,19); }
div.DivClassName
{
background-color: #CB9513;
}
.BgClassName
{
background-color: #CB9513;
}
</style>
border-color css
<style>
span { border-color: #CB9513; }
span { border-color: rgb(203,149,19); }
td.TdClassName
{
border-color: #CB9513;
}
.TagClassName
{
border-color: #CB9513;
}
</style>