Shades of Buddha Gold #C88E18
Tints of Buddha Gold #C88E18
RGB
CMYK
RGB Variations
Color information
#C88E18 (or 0xC88E18) is known color: Buddha Gold. HEX triplet: C8, 8E and 18. RGB value is (200,142,24). Sum of RGB (Red+Green+Blue) = 200+142+24=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88E18 is #3771E7. Grayscale: #929292. Windows color (decimal): -3633640 or 1609416. OLE color: 1609416.
HSL color Cylindrical-coordinate representation of color #C88E18: hue angle of 40.23º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C88E18 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 24 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.22 |
| HSL | 40.23º | 0.79% | 0.44% | - |
| HSV(B) | 40.23º | 0.88% | 0.78% | - |
| XYZ | 33.66 | 31.69 | 5.21 | - |
| YUV | 145.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 24 | 0 | 0.29 | 0.88 | 0.22 | 40.23 | 0.79 | 0.44 |
| Hex | C8 | 8E | 18 | 0 | 1D | 58 | 16 | 28 | 4F | 2C |
| Octal | 310 | 216 | 30 | 0 | 35 | 130 | 26 | 50 | 117 | 54 |
| Binary | 11001000 | 10001110 | 11000 | 0 | 11101 | 1011000 | 10110 | 101000 | 1001111 | 101100 |
Color Harmonies of #C88E18
Complementary color
Monochromatic Colors of #C88E18
Black with #C88E18
Text Example
Text Example
White with #C88E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E18; }
p { color: rgb(200,142,24); }
H1.HeaderClassName
{
color: #C88E18;
}
.AnyTagClassName
{
color: #C88E18;
}
</style>
background-color css
<style>
a { background-color: #C88E18; }
a { background-color: rgb(200,142,24); }
div.DivClassName
{
background-color: #C88E18;
}
.BgClassName
{
background-color: #C88E18;
}
</style>
border-color css
<style>
span { border-color: #C88E18; }
span { border-color: rgb(200,142,24); }
td.TdClassName
{
border-color: #C88E18;
}
.TagClassName
{
border-color: #C88E18;
}
</style>