Shades of Buddha Gold #CB940C
Tints of Buddha Gold #CB940C
RGB
CMYK
RGB Variations
Color information
#CB940C (or 0xCB940C) is known color: Buddha Gold. HEX triplet: CB, 94 and 0C. RGB value is (203,148,12). Sum of RGB (Red+Green+Blue) = 203+148+12=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB940C is #346BF3. Grayscale: #959595. Windows color (decimal): -3435508 or 824523. OLE color: 824523.
HSL color Cylindrical-coordinate representation of color #CB940C: hue angle of 42.72º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB940C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.20 |
| HSL | 42.72º | 0.89% | 0.42% | - |
| HSV(B) | 42.72º | 0.94% | 0.8% | - |
| XYZ | 35.28 | 33.9 | 5.03 | - |
| YUV | 148.94 | 50.72 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 12 | 0 | 0.27 | 0.94 | 0.20 | 42.72 | 0.89 | 0.42 |
| Hex | CB | 94 | C | 0 | 1B | 5E | 14 | 2B | 59 | 2A |
| Octal | 313 | 224 | 14 | 0 | 33 | 136 | 24 | 53 | 131 | 52 |
| Binary | 11001011 | 10010100 | 1100 | 0 | 11011 | 1011110 | 10100 | 101011 | 1011001 | 101010 |
Color Harmonies of #CB940C
Complementary color
Monochromatic Colors of #CB940C
Black with #CB940C
Text Example
Text Example
White with #CB940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB940C; }
p { color: rgb(203,148,12); }
H1.HeaderClassName
{
color: #CB940C;
}
.AnyTagClassName
{
color: #CB940C;
}
</style>
background-color css
<style>
a { background-color: #CB940C; }
a { background-color: rgb(203,148,12); }
div.DivClassName
{
background-color: #CB940C;
}
.BgClassName
{
background-color: #CB940C;
}
</style>
border-color css
<style>
span { border-color: #CB940C; }
span { border-color: rgb(203,148,12); }
td.TdClassName
{
border-color: #CB940C;
}
.TagClassName
{
border-color: #CB940C;
}
</style>