Shades of Buddha Gold #CB9C03
Tints of Buddha Gold #CB9C03
RGB
CMYK
RGB Variations
Color information
#CB9C03 (or 0xCB9C03) is known color: Buddha Gold. HEX triplet: CB, 9C and 03. RGB value is (203,156,3). Sum of RGB (Red+Green+Blue) = 203+156+3=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9C03 is #3463FC. Grayscale: #999999. Windows color (decimal): -3433469 or 236747. OLE color: 236747.
HSL color Cylindrical-coordinate representation of color #CB9C03: hue angle of 45.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB9C03 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.20 |
| HSL | 45.9º | 0.97% | 0.4% | - |
| HSV(B) | 45.9º | 0.99% | 0.8% | - |
| XYZ | 36.53 | 36.48 | 5.2 | - |
| YUV | 152.61 | 43.57 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 3 | 0 | 0.23 | 0.99 | 0.20 | 45.9 | 0.97 | 0.4 |
| Hex | CB | 9C | 3 | 0 | 17 | 63 | 14 | 2E | 61 | 28 |
| Octal | 313 | 234 | 3 | 0 | 27 | 143 | 24 | 56 | 141 | 50 |
| Binary | 11001011 | 10011100 | 11 | 0 | 10111 | 1100011 | 10100 | 101110 | 1100001 | 101000 |
Color Harmonies of #CB9C03
Complementary color
Monochromatic Colors of #CB9C03
Black with #CB9C03
Text Example
Text Example
White with #CB9C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C03; }
p { color: rgb(203,156,3); }
H1.HeaderClassName
{
color: #CB9C03;
}
.AnyTagClassName
{
color: #CB9C03;
}
</style>
background-color css
<style>
a { background-color: #CB9C03; }
a { background-color: rgb(203,156,3); }
div.DivClassName
{
background-color: #CB9C03;
}
.BgClassName
{
background-color: #CB9C03;
}
</style>
border-color css
<style>
span { border-color: #CB9C03; }
span { border-color: rgb(203,156,3); }
td.TdClassName
{
border-color: #CB9C03;
}
.TagClassName
{
border-color: #CB9C03;
}
</style>