Shades of Buddha Gold #C4911C
Tints of Buddha Gold #C4911C
RGB
CMYK
RGB Variations
Color information
#C4911C (or 0xC4911C) is known color: Buddha Gold. HEX triplet: C4, 91 and 1C. RGB value is (196,145,28). Sum of RGB (Red+Green+Blue) = 196+145+28=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4911C is #3B6EE3. Grayscale: #939393. Windows color (decimal): -3895012 or 1872324. OLE color: 1872324.
HSL color Cylindrical-coordinate representation of color #C4911C: hue angle of 41.79º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4911C is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 28 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.23 |
| HSL | 41.79º | 0.75% | 0.44% | - |
| HSV(B) | 41.79º | 0.86% | 0.77% | - |
| XYZ | 33.1 | 32.07 | 5.54 | - |
| YUV | 146.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 28 | 0 | 0.26 | 0.86 | 0.23 | 41.79 | 0.75 | 0.44 |
| Hex | C4 | 91 | 1C | 0 | 1A | 56 | 17 | 2A | 4B | 2C |
| Octal | 304 | 221 | 34 | 0 | 32 | 126 | 27 | 52 | 113 | 54 |
| Binary | 11000100 | 10010001 | 11100 | 0 | 11010 | 1010110 | 10111 | 101010 | 1001011 | 101100 |
Color Harmonies of #C4911C
Complementary color
Monochromatic Colors of #C4911C
Black with #C4911C
Text Example
Text Example
White with #C4911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4911C; }
p { color: rgb(196,145,28); }
H1.HeaderClassName
{
color: #C4911C;
}
.AnyTagClassName
{
color: #C4911C;
}
</style>
background-color css
<style>
a { background-color: #C4911C; }
a { background-color: rgb(196,145,28); }
div.DivClassName
{
background-color: #C4911C;
}
.BgClassName
{
background-color: #C4911C;
}
</style>
border-color css
<style>
span { border-color: #C4911C; }
span { border-color: rgb(196,145,28); }
td.TdClassName
{
border-color: #C4911C;
}
.TagClassName
{
border-color: #C4911C;
}
</style>