Shades of Buddha Gold #C28F17
Tints of Buddha Gold #C28F17
RGB
CMYK
RGB Variations
Color information
#C28F17 (or 0xC28F17) is known color: Buddha Gold. HEX triplet: C2, 8F and 17. RGB value is (194,143,23). Sum of RGB (Red+Green+Blue) = 194+143+23=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F17 is #3D70E8. Grayscale: #919191. Windows color (decimal): -4026601 or 1544130. OLE color: 1544130.
HSL color Cylindrical-coordinate representation of color #C28F17: hue angle of 42.11º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C28F17 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 23 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.24 |
| HSL | 42.11º | 0.79% | 0.43% | - |
| HSV(B) | 42.11º | 0.88% | 0.76% | - |
| XYZ | 32.23 | 31.18 | 5.13 | - |
| YUV | 144.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 23 | 0 | 0.26 | 0.88 | 0.24 | 42.11 | 0.79 | 0.43 |
| Hex | C2 | 8F | 17 | 0 | 1A | 58 | 18 | 2A | 4F | 2B |
| Octal | 302 | 217 | 27 | 0 | 32 | 130 | 30 | 52 | 117 | 53 |
| Binary | 11000010 | 10001111 | 10111 | 0 | 11010 | 1011000 | 11000 | 101010 | 1001111 | 101011 |
Color Harmonies of #C28F17
Complementary color
Monochromatic Colors of #C28F17
Black with #C28F17
Text Example
Text Example
White with #C28F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F17; }
p { color: rgb(194,143,23); }
H1.HeaderClassName
{
color: #C28F17;
}
.AnyTagClassName
{
color: #C28F17;
}
</style>
background-color css
<style>
a { background-color: #C28F17; }
a { background-color: rgb(194,143,23); }
div.DivClassName
{
background-color: #C28F17;
}
.BgClassName
{
background-color: #C28F17;
}
</style>
border-color css
<style>
span { border-color: #C28F17; }
span { border-color: rgb(194,143,23); }
td.TdClassName
{
border-color: #C28F17;
}
.TagClassName
{
border-color: #C28F17;
}
</style>