Shades of Buddha Gold #CB9119
Tints of Buddha Gold #CB9119
RGB
CMYK
RGB Variations
Color information
#CB9119 (or 0xCB9119) is known color: Buddha Gold. HEX triplet: CB, 91 and 19. RGB value is (203,145,25). Sum of RGB (Red+Green+Blue) = 203+145+25=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9119 is #346EE6. Grayscale: #959595. Windows color (decimal): -3436263 or 1675723. OLE color: 1675723.
HSL color Cylindrical-coordinate representation of color #CB9119: hue angle of 40.45º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB9119 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 25 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.20 |
| HSL | 40.45º | 0.78% | 0.45% | - |
| HSV(B) | 40.45º | 0.88% | 0.8% | - |
| XYZ | 34.93 | 33.02 | 5.45 | - |
| YUV | 148.66 | 58.22 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 25 | 0 | 0.29 | 0.88 | 0.20 | 40.45 | 0.78 | 0.45 |
| Hex | CB | 91 | 19 | 0 | 1D | 58 | 14 | 28 | 4E | 2D |
| Octal | 313 | 221 | 31 | 0 | 35 | 130 | 24 | 50 | 116 | 55 |
| Binary | 11001011 | 10010001 | 11001 | 0 | 11101 | 1011000 | 10100 | 101000 | 1001110 | 101101 |
Color Harmonies of #CB9119
Complementary color
Monochromatic Colors of #CB9119
Black with #CB9119
Text Example
Text Example
White with #CB9119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9119; }
p { color: rgb(203,145,25); }
H1.HeaderClassName
{
color: #CB9119;
}
.AnyTagClassName
{
color: #CB9119;
}
</style>
background-color css
<style>
a { background-color: #CB9119; }
a { background-color: rgb(203,145,25); }
div.DivClassName
{
background-color: #CB9119;
}
.BgClassName
{
background-color: #CB9119;
}
</style>
border-color css
<style>
span { border-color: #CB9119; }
span { border-color: rgb(203,145,25); }
td.TdClassName
{
border-color: #CB9119;
}
.TagClassName
{
border-color: #CB9119;
}
</style>