Shades of Buddha Gold #C4970B
Tints of Buddha Gold #C4970B
RGB
CMYK
RGB Variations
Color information
#C4970B (or 0xC4970B) is known color: Buddha Gold. HEX triplet: C4, 97 and 0B. RGB value is (196,151,11). Sum of RGB (Red+Green+Blue) = 196+151+11=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4970B is #3B68F4. Grayscale: #959595. Windows color (decimal): -3893493 or 759748. OLE color: 759748.
HSL color Cylindrical-coordinate representation of color #C4970B: hue angle of 45.41º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4970B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 11 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.23 |
| HSL | 45.41º | 0.89% | 0.41% | - |
| HSV(B) | 45.41º | 0.94% | 0.77% | - |
| XYZ | 33.89 | 33.89 | 5.07 | - |
| YUV | 148.5 | 50.41 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 11 | 0 | 0.23 | 0.94 | 0.23 | 45.41 | 0.89 | 0.41 |
| Hex | C4 | 97 | B | 0 | 17 | 5E | 17 | 2D | 59 | 29 |
| Octal | 304 | 227 | 13 | 0 | 27 | 136 | 27 | 55 | 131 | 51 |
| Binary | 11000100 | 10010111 | 1011 | 0 | 10111 | 1011110 | 10111 | 101101 | 1011001 | 101001 |
Color Harmonies of #C4970B
Complementary color
Monochromatic Colors of #C4970B
Black with #C4970B
Text Example
Text Example
White with #C4970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4970B; }
p { color: rgb(196,151,11); }
H1.HeaderClassName
{
color: #C4970B;
}
.AnyTagClassName
{
color: #C4970B;
}
</style>
background-color css
<style>
a { background-color: #C4970B; }
a { background-color: rgb(196,151,11); }
div.DivClassName
{
background-color: #C4970B;
}
.BgClassName
{
background-color: #C4970B;
}
</style>
border-color css
<style>
span { border-color: #C4970B; }
span { border-color: rgb(196,151,11); }
td.TdClassName
{
border-color: #C4970B;
}
.TagClassName
{
border-color: #C4970B;
}
</style>