Shades of Buddha Gold #CB971B
Tints of Buddha Gold #CB971B
RGB
CMYK
RGB Variations
Color information
#CB971B (or 0xCB971B) is known color: Buddha Gold. HEX triplet: CB, 97 and 1B. RGB value is (203,151,27). Sum of RGB (Red+Green+Blue) = 203+151+27=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB971B is #3468E4. Grayscale: #989898. Windows color (decimal): -3434725 or 1808331. OLE color: 1808331.
HSL color Cylindrical-coordinate representation of color #CB971B: hue angle of 42.27º 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 #CB971B is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 27 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.20 |
| HSL | 42.27º | 0.77% | 0.45% | - |
| HSV(B) | 42.27º | 0.87% | 0.8% | - |
| XYZ | 35.89 | 34.91 | 5.88 | - |
| YUV | 152.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 27 | 0 | 0.26 | 0.87 | 0.20 | 42.27 | 0.77 | 0.45 |
| Hex | CB | 97 | 1B | 0 | 1A | 57 | 14 | 2A | 4D | 2D |
| Octal | 313 | 227 | 33 | 0 | 32 | 127 | 24 | 52 | 115 | 55 |
| Binary | 11001011 | 10010111 | 11011 | 0 | 11010 | 1010111 | 10100 | 101010 | 1001101 | 101101 |
Color Harmonies of #CB971B
Complementary color
Monochromatic Colors of #CB971B
Black with #CB971B
Text Example
Text Example
White with #CB971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB971B; }
p { color: rgb(203,151,27); }
H1.HeaderClassName
{
color: #CB971B;
}
.AnyTagClassName
{
color: #CB971B;
}
</style>
background-color css
<style>
a { background-color: #CB971B; }
a { background-color: rgb(203,151,27); }
div.DivClassName
{
background-color: #CB971B;
}
.BgClassName
{
background-color: #CB971B;
}
</style>
border-color css
<style>
span { border-color: #CB971B; }
span { border-color: rgb(203,151,27); }
td.TdClassName
{
border-color: #CB971B;
}
.TagClassName
{
border-color: #CB971B;
}
</style>