Shades of Buddha Gold #CB950C
Tints of Buddha Gold #CB950C
RGB
CMYK
RGB Variations
Color information
#CB950C (or 0xCB950C) is known color: Buddha Gold. HEX triplet: CB, 95 and 0C. RGB value is (203,149,12). Sum of RGB (Red+Green+Blue) = 203+149+12=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB950C is #346AF3. Grayscale: #969696. Windows color (decimal): -3435252 or 824779. OLE color: 824779.
HSL color Cylindrical-coordinate representation of color #CB950C: hue angle of 43.04º 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 #CB950C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.20 |
| HSL | 43.04º | 0.89% | 0.42% | - |
| HSV(B) | 43.04º | 0.94% | 0.8% | - |
| XYZ | 35.44 | 34.22 | 5.08 | - |
| YUV | 149.53 | 50.39 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 12 | 0 | 0.27 | 0.94 | 0.20 | 43.04 | 0.89 | 0.42 |
| Hex | CB | 95 | C | 0 | 1B | 5E | 14 | 2B | 59 | 2A |
| Octal | 313 | 225 | 14 | 0 | 33 | 136 | 24 | 53 | 131 | 52 |
| Binary | 11001011 | 10010101 | 1100 | 0 | 11011 | 1011110 | 10100 | 101011 | 1011001 | 101010 |
Color Harmonies of #CB950C
Complementary color
Monochromatic Colors of #CB950C
Black with #CB950C
Text Example
Text Example
White with #CB950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB950C; }
p { color: rgb(203,149,12); }
H1.HeaderClassName
{
color: #CB950C;
}
.AnyTagClassName
{
color: #CB950C;
}
</style>
background-color css
<style>
a { background-color: #CB950C; }
a { background-color: rgb(203,149,12); }
div.DivClassName
{
background-color: #CB950C;
}
.BgClassName
{
background-color: #CB950C;
}
</style>
border-color css
<style>
span { border-color: #CB950C; }
span { border-color: rgb(203,149,12); }
td.TdClassName
{
border-color: #CB950C;
}
.TagClassName
{
border-color: #CB950C;
}
</style>