Shades of Buddha Gold #CB9E0A
Tints of Buddha Gold #CB9E0A
RGB
CMYK
RGB Variations
Color information
#CB9E0A (or 0xCB9E0A) is known color: Buddha Gold. HEX triplet: CB, 9E and 0A. RGB value is (203,158,10). Sum of RGB (Red+Green+Blue) = 203+158+10=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E0A is #3461F5. Grayscale: #9B9B9B. Windows color (decimal): -3432950 or 696011. OLE color: 696011.
HSL color Cylindrical-coordinate representation of color #CB9E0A: hue angle of 46.01º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB9E0A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 10 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.20 |
| HSL | 46.01º | 0.91% | 0.42% | - |
| HSV(B) | 46.01º | 0.95% | 0.8% | - |
| XYZ | 36.91 | 37.17 | 5.52 | - |
| YUV | 154.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 10 | 0 | 0.22 | 0.95 | 0.20 | 46.01 | 0.91 | 0.42 |
| Hex | CB | 9E | A | 0 | 16 | 5F | 14 | 2E | 5B | 2A |
| Octal | 313 | 236 | 12 | 0 | 26 | 137 | 24 | 56 | 133 | 52 |
| Binary | 11001011 | 10011110 | 1010 | 0 | 10110 | 1011111 | 10100 | 101110 | 1011011 | 101010 |
Color Harmonies of #CB9E0A
Complementary color
Monochromatic Colors of #CB9E0A
Black with #CB9E0A
Text Example
Text Example
White with #CB9E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E0A; }
p { color: rgb(203,158,10); }
H1.HeaderClassName
{
color: #CB9E0A;
}
.AnyTagClassName
{
color: #CB9E0A;
}
</style>
background-color css
<style>
a { background-color: #CB9E0A; }
a { background-color: rgb(203,158,10); }
div.DivClassName
{
background-color: #CB9E0A;
}
.BgClassName
{
background-color: #CB9E0A;
}
</style>
border-color css
<style>
span { border-color: #CB9E0A; }
span { border-color: rgb(203,158,10); }
td.TdClassName
{
border-color: #CB9E0A;
}
.TagClassName
{
border-color: #CB9E0A;
}
</style>