Shades of Buddha Gold #C7911B
Tints of Buddha Gold #C7911B
RGB
CMYK
RGB Variations
Color information
#C7911B (or 0xC7911B) is known color: Buddha Gold. HEX triplet: C7, 91 and 1B. RGB value is (199,145,27). Sum of RGB (Red+Green+Blue) = 199+145+27=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7911B is #386EE4. Grayscale: #949494. Windows color (decimal): -3698405 or 1806791. OLE color: 1806791.
HSL color Cylindrical-coordinate representation of color #C7911B: hue angle of 41.16º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7911B is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 27 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.22 |
| HSL | 41.16º | 0.76% | 0.44% | - |
| HSV(B) | 41.16º | 0.86% | 0.78% | - |
| XYZ | 33.88 | 32.47 | 5.52 | - |
| YUV | 147.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 27 | 0 | 0.27 | 0.86 | 0.22 | 41.16 | 0.76 | 0.44 |
| Hex | C7 | 91 | 1B | 0 | 1B | 56 | 16 | 29 | 4C | 2C |
| Octal | 307 | 221 | 33 | 0 | 33 | 126 | 26 | 51 | 114 | 54 |
| Binary | 11000111 | 10010001 | 11011 | 0 | 11011 | 1010110 | 10110 | 101001 | 1001100 | 101100 |
Color Harmonies of #C7911B
Complementary color
Monochromatic Colors of #C7911B
Black with #C7911B
Text Example
Text Example
White with #C7911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7911B; }
p { color: rgb(199,145,27); }
H1.HeaderClassName
{
color: #C7911B;
}
.AnyTagClassName
{
color: #C7911B;
}
</style>
background-color css
<style>
a { background-color: #C7911B; }
a { background-color: rgb(199,145,27); }
div.DivClassName
{
background-color: #C7911B;
}
.BgClassName
{
background-color: #C7911B;
}
</style>
border-color css
<style>
span { border-color: #C7911B; }
span { border-color: rgb(199,145,27); }
td.TdClassName
{
border-color: #C7911B;
}
.TagClassName
{
border-color: #C7911B;
}
</style>