Shades of Buddha Gold #CB9C0E
Tints of Buddha Gold #CB9C0E
RGB
CMYK
RGB Variations
Color information
#CB9C0E (or 0xCB9C0E) is known color: Buddha Gold. HEX triplet: CB, 9C and 0E. RGB value is (203,156,14). Sum of RGB (Red+Green+Blue) = 203+156+14=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9C0E is #3463F1. Grayscale: #9A9A9A. Windows color (decimal): -3433458 or 957643. OLE color: 957643.
HSL color Cylindrical-coordinate representation of color #CB9C0E: hue angle of 45.08º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB9C0E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 14 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.20 |
| HSL | 45.08º | 0.87% | 0.43% | - |
| HSV(B) | 45.08º | 0.93% | 0.8% | - |
| XYZ | 36.6 | 36.51 | 5.53 | - |
| YUV | 153.87 | 49.07 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 14 | 0 | 0.23 | 0.93 | 0.20 | 45.08 | 0.87 | 0.43 |
| Hex | CB | 9C | E | 0 | 17 | 5D | 14 | 2D | 57 | 2B |
| Octal | 313 | 234 | 16 | 0 | 27 | 135 | 24 | 55 | 127 | 53 |
| Binary | 11001011 | 10011100 | 1110 | 0 | 10111 | 1011101 | 10100 | 101101 | 1010111 | 101011 |
Color Harmonies of #CB9C0E
Complementary color
Monochromatic Colors of #CB9C0E
Black with #CB9C0E
Text Example
Text Example
White with #CB9C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C0E; }
p { color: rgb(203,156,14); }
H1.HeaderClassName
{
color: #CB9C0E;
}
.AnyTagClassName
{
color: #CB9C0E;
}
</style>
background-color css
<style>
a { background-color: #CB9C0E; }
a { background-color: rgb(203,156,14); }
div.DivClassName
{
background-color: #CB9C0E;
}
.BgClassName
{
background-color: #CB9C0E;
}
</style>
border-color css
<style>
span { border-color: #CB9C0E; }
span { border-color: rgb(203,156,14); }
td.TdClassName
{
border-color: #CB9C0E;
}
.TagClassName
{
border-color: #CB9C0E;
}
</style>