Shades of Buddha Gold #CB9C1B
Tints of Buddha Gold #CB9C1B
RGB
CMYK
RGB Variations
Color information
#CB9C1B (or 0xCB9C1B) is known color: Buddha Gold. HEX triplet: CB, 9C and 1B. RGB value is (203,156,27). Sum of RGB (Red+Green+Blue) = 203+156+27=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C1B is #3463E4. Grayscale: #9B9B9B. Windows color (decimal): -3433445 or 1809611. OLE color: 1809611.
HSL color Cylindrical-coordinate representation of color #CB9C1B: hue angle of 43.98º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB9C1B is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 27 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.20 |
| HSL | 43.98º | 0.77% | 0.45% | - |
| HSV(B) | 43.98º | 0.87% | 0.8% | - |
| XYZ | 36.71 | 36.55 | 6.16 | - |
| YUV | 155.35 | 55.57 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 27 | 0 | 0.23 | 0.87 | 0.20 | 43.98 | 0.77 | 0.45 |
| Hex | CB | 9C | 1B | 0 | 17 | 57 | 14 | 2C | 4D | 2D |
| Octal | 313 | 234 | 33 | 0 | 27 | 127 | 24 | 54 | 115 | 55 |
| Binary | 11001011 | 10011100 | 11011 | 0 | 10111 | 1010111 | 10100 | 101100 | 1001101 | 101101 |
Color Harmonies of #CB9C1B
Complementary color
Monochromatic Colors of #CB9C1B
Black with #CB9C1B
Text Example
Text Example
White with #CB9C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C1B; }
p { color: rgb(203,156,27); }
H1.HeaderClassName
{
color: #CB9C1B;
}
.AnyTagClassName
{
color: #CB9C1B;
}
</style>
background-color css
<style>
a { background-color: #CB9C1B; }
a { background-color: rgb(203,156,27); }
div.DivClassName
{
background-color: #CB9C1B;
}
.BgClassName
{
background-color: #CB9C1B;
}
</style>
border-color css
<style>
span { border-color: #CB9C1B; }
span { border-color: rgb(203,156,27); }
td.TdClassName
{
border-color: #CB9C1B;
}
.TagClassName
{
border-color: #CB9C1B;
}
</style>