Shades of Buddha Gold #C4921C
Tints of Buddha Gold #C4921C
RGB
CMYK
RGB Variations
Color information
#C4921C (or 0xC4921C) is known color: Buddha Gold. HEX triplet: C4, 92 and 1C. RGB value is (196,146,28). Sum of RGB (Red+Green+Blue) = 196+146+28=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4921C is #3B6DE3. Grayscale: #949494. Windows color (decimal): -3894756 or 1872580. OLE color: 1872580.
HSL color Cylindrical-coordinate representation of color #C4921C: hue angle of 42.14º 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 #C4921C is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 28 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.23 |
| HSL | 42.14º | 0.75% | 0.44% | - |
| HSV(B) | 42.14º | 0.86% | 0.77% | - |
| XYZ | 33.25 | 32.38 | 5.6 | - |
| YUV | 147.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 28 | 0 | 0.26 | 0.86 | 0.23 | 42.14 | 0.75 | 0.44 |
| Hex | C4 | 92 | 1C | 0 | 1A | 56 | 17 | 2A | 4B | 2C |
| Octal | 304 | 222 | 34 | 0 | 32 | 126 | 27 | 52 | 113 | 54 |
| Binary | 11000100 | 10010010 | 11100 | 0 | 11010 | 1010110 | 10111 | 101010 | 1001011 | 101100 |
Color Harmonies of #C4921C
Complementary color
Monochromatic Colors of #C4921C
Black with #C4921C
Text Example
Text Example
White with #C4921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4921C; }
p { color: rgb(196,146,28); }
H1.HeaderClassName
{
color: #C4921C;
}
.AnyTagClassName
{
color: #C4921C;
}
</style>
background-color css
<style>
a { background-color: #C4921C; }
a { background-color: rgb(196,146,28); }
div.DivClassName
{
background-color: #C4921C;
}
.BgClassName
{
background-color: #C4921C;
}
</style>
border-color css
<style>
span { border-color: #C4921C; }
span { border-color: rgb(196,146,28); }
td.TdClassName
{
border-color: #C4921C;
}
.TagClassName
{
border-color: #C4921C;
}
</style>