Shades of Buddha Gold #C28F18
Tints of Buddha Gold #C28F18
RGB
CMYK
RGB Variations
Color information
#C28F18 (or 0xC28F18) is known color: Buddha Gold. HEX triplet: C2, 8F and 18. RGB value is (194,143,24). Sum of RGB (Red+Green+Blue) = 194+143+24=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F18 is #3D70E7. Grayscale: #919191. Windows color (decimal): -4026600 or 1609666. OLE color: 1609666.
HSL color Cylindrical-coordinate representation of color #C28F18: hue angle of 42º degrees, saturation: 0.78, 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 #C28F18 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 24 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.24 |
| HSL | 42º | 0.78% | 0.43% | - |
| HSV(B) | 42º | 0.88% | 0.76% | - |
| XYZ | 32.24 | 31.18 | 5.18 | - |
| YUV | 144.68 | 59.9 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 24 | 0 | 0.26 | 0.88 | 0.24 | 42 | 0.78 | 0.43 |
| Hex | C2 | 8F | 18 | 0 | 1A | 58 | 18 | 2A | 4E | 2B |
| Octal | 302 | 217 | 30 | 0 | 32 | 130 | 30 | 52 | 116 | 53 |
| Binary | 11000010 | 10001111 | 11000 | 0 | 11010 | 1011000 | 11000 | 101010 | 1001110 | 101011 |
Color Harmonies of #C28F18
Complementary color
Monochromatic Colors of #C28F18
Black with #C28F18
Text Example
Text Example
White with #C28F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F18; }
p { color: rgb(194,143,24); }
H1.HeaderClassName
{
color: #C28F18;
}
.AnyTagClassName
{
color: #C28F18;
}
</style>
background-color css
<style>
a { background-color: #C28F18; }
a { background-color: rgb(194,143,24); }
div.DivClassName
{
background-color: #C28F18;
}
.BgClassName
{
background-color: #C28F18;
}
</style>
border-color css
<style>
span { border-color: #C28F18; }
span { border-color: rgb(194,143,24); }
td.TdClassName
{
border-color: #C28F18;
}
.TagClassName
{
border-color: #C28F18;
}
</style>