Shades of Buddha Gold #CB951A
Tints of Buddha Gold #CB951A
RGB
CMYK
RGB Variations
Color information
#CB951A (or 0xCB951A) is known color: Buddha Gold. HEX triplet: CB, 95 and 1A. RGB value is (203,149,26). Sum of RGB (Red+Green+Blue) = 203+149+26=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB951A is #346AE5. Grayscale: #979797. Windows color (decimal): -3435238 or 1742283. OLE color: 1742283.
HSL color Cylindrical-coordinate representation of color #CB951A: hue angle of 41.69º 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 #CB951A is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 26 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.20 |
| HSL | 41.69º | 0.77% | 0.45% | - |
| HSV(B) | 41.69º | 0.87% | 0.8% | - |
| XYZ | 35.56 | 34.27 | 5.72 | - |
| YUV | 151.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 26 | 0 | 0.27 | 0.87 | 0.20 | 41.69 | 0.77 | 0.45 |
| Hex | CB | 95 | 1A | 0 | 1B | 57 | 14 | 2A | 4D | 2D |
| Octal | 313 | 225 | 32 | 0 | 33 | 127 | 24 | 52 | 115 | 55 |
| Binary | 11001011 | 10010101 | 11010 | 0 | 11011 | 1010111 | 10100 | 101010 | 1001101 | 101101 |
Color Harmonies of #CB951A
Complementary color
Monochromatic Colors of #CB951A
Black with #CB951A
Text Example
Text Example
White with #CB951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB951A; }
p { color: rgb(203,149,26); }
H1.HeaderClassName
{
color: #CB951A;
}
.AnyTagClassName
{
color: #CB951A;
}
</style>
background-color css
<style>
a { background-color: #CB951A; }
a { background-color: rgb(203,149,26); }
div.DivClassName
{
background-color: #CB951A;
}
.BgClassName
{
background-color: #CB951A;
}
</style>
border-color css
<style>
span { border-color: #CB951A; }
span { border-color: rgb(203,149,26); }
td.TdClassName
{
border-color: #CB951A;
}
.TagClassName
{
border-color: #CB951A;
}
</style>