Shades of Buddha Gold #CB9813
Tints of Buddha Gold #CB9813
RGB
CMYK
RGB Variations
Color information
#CB9813 (or 0xCB9813) is known color: Buddha Gold. HEX triplet: CB, 98 and 13. RGB value is (203,152,19). Sum of RGB (Red+Green+Blue) = 203+152+19=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9813 is #3467EC. Grayscale: #989898. Windows color (decimal): -3434477 or 1284299. OLE color: 1284299.
HSL color Cylindrical-coordinate representation of color #CB9813: hue angle of 43.37º 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 #CB9813 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 19 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.20 |
| HSL | 43.37º | 0.83% | 0.44% | - |
| HSV(B) | 43.37º | 0.91% | 0.8% | - |
| XYZ | 35.97 | 35.2 | 5.51 | - |
| YUV | 152.09 | 52.9 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 19 | 0 | 0.25 | 0.91 | 0.20 | 43.37 | 0.83 | 0.44 |
| Hex | CB | 98 | 13 | 0 | 19 | 5B | 14 | 2B | 53 | 2C |
| Octal | 313 | 230 | 23 | 0 | 31 | 133 | 24 | 53 | 123 | 54 |
| Binary | 11001011 | 10011000 | 10011 | 0 | 11001 | 1011011 | 10100 | 101011 | 1010011 | 101100 |
Color Harmonies of #CB9813
Complementary color
Monochromatic Colors of #CB9813
Black with #CB9813
Text Example
Text Example
White with #CB9813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9813; }
p { color: rgb(203,152,19); }
H1.HeaderClassName
{
color: #CB9813;
}
.AnyTagClassName
{
color: #CB9813;
}
</style>
background-color css
<style>
a { background-color: #CB9813; }
a { background-color: rgb(203,152,19); }
div.DivClassName
{
background-color: #CB9813;
}
.BgClassName
{
background-color: #CB9813;
}
</style>
border-color css
<style>
span { border-color: #CB9813; }
span { border-color: rgb(203,152,19); }
td.TdClassName
{
border-color: #CB9813;
}
.TagClassName
{
border-color: #CB9813;
}
</style>