Shades of Buddha Gold #CB9C18
Tints of Buddha Gold #CB9C18
RGB
CMYK
RGB Variations
Color information
#CB9C18 (or 0xCB9C18) is known color: Buddha Gold. HEX triplet: CB, 9C and 18. RGB value is (203,156,24). Sum of RGB (Red+Green+Blue) = 203+156+24=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9C18 is #3463E7. Grayscale: #9B9B9B. Windows color (decimal): -3433448 or 1613003. OLE color: 1613003.
HSL color Cylindrical-coordinate representation of color #CB9C18: hue angle of 44.25º degrees, saturation: 0.79, 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 #CB9C18 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 24 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.20 |
| HSL | 44.25º | 0.79% | 0.45% | - |
| HSV(B) | 44.25º | 0.88% | 0.8% | - |
| XYZ | 36.68 | 36.54 | 5.98 | - |
| YUV | 155.01 | 54.07 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 24 | 0 | 0.23 | 0.88 | 0.20 | 44.25 | 0.79 | 0.45 |
| Hex | CB | 9C | 18 | 0 | 17 | 58 | 14 | 2C | 4F | 2D |
| Octal | 313 | 234 | 30 | 0 | 27 | 130 | 24 | 54 | 117 | 55 |
| Binary | 11001011 | 10011100 | 11000 | 0 | 10111 | 1011000 | 10100 | 101100 | 1001111 | 101101 |
Color Harmonies of #CB9C18
Complementary color
Monochromatic Colors of #CB9C18
Black with #CB9C18
Text Example
Text Example
White with #CB9C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C18; }
p { color: rgb(203,156,24); }
H1.HeaderClassName
{
color: #CB9C18;
}
.AnyTagClassName
{
color: #CB9C18;
}
</style>
background-color css
<style>
a { background-color: #CB9C18; }
a { background-color: rgb(203,156,24); }
div.DivClassName
{
background-color: #CB9C18;
}
.BgClassName
{
background-color: #CB9C18;
}
</style>
border-color css
<style>
span { border-color: #CB9C18; }
span { border-color: rgb(203,156,24); }
td.TdClassName
{
border-color: #CB9C18;
}
.TagClassName
{
border-color: #CB9C18;
}
</style>