Shades of Buddha Gold #CB9C1E
Tints of Buddha Gold #CB9C1E
RGB
CMYK
RGB Variations
Color information
#CB9C1E (or 0xCB9C1E) is known color: Buddha Gold. HEX triplet: CB, 9C and 1E. RGB value is (203,156,30). Sum of RGB (Red+Green+Blue) = 203+156+30=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C1E is #3463E1. Grayscale: #9C9C9C. Windows color (decimal): -3433442 or 2006219. OLE color: 2006219.
HSL color Cylindrical-coordinate representation of color #CB9C1E: hue angle of 43.7º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB9C1E is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 30 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.20 |
| HSL | 43.7º | 0.74% | 0.46% | - |
| HSV(B) | 43.7º | 0.85% | 0.8% | - |
| XYZ | 36.75 | 36.57 | 6.35 | - |
| YUV | 155.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 30 | 0 | 0.23 | 0.85 | 0.20 | 43.7 | 0.74 | 0.46 |
| Hex | CB | 9C | 1E | 0 | 17 | 55 | 14 | 2C | 4A | 2E |
| Octal | 313 | 234 | 36 | 0 | 27 | 125 | 24 | 54 | 112 | 56 |
| Binary | 11001011 | 10011100 | 11110 | 0 | 10111 | 1010101 | 10100 | 101100 | 1001010 | 101110 |
Color Harmonies of #CB9C1E
Complementary color
Monochromatic Colors of #CB9C1E
Black with #CB9C1E
Text Example
Text Example
White with #CB9C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C1E; }
p { color: rgb(203,156,30); }
H1.HeaderClassName
{
color: #CB9C1E;
}
.AnyTagClassName
{
color: #CB9C1E;
}
</style>
background-color css
<style>
a { background-color: #CB9C1E; }
a { background-color: rgb(203,156,30); }
div.DivClassName
{
background-color: #CB9C1E;
}
.BgClassName
{
background-color: #CB9C1E;
}
</style>
border-color css
<style>
span { border-color: #CB9C1E; }
span { border-color: rgb(203,156,30); }
td.TdClassName
{
border-color: #CB9C1E;
}
.TagClassName
{
border-color: #CB9C1E;
}
</style>