Shades of Buddha Gold #C99E0F
Tints of Buddha Gold #C99E0F
RGB
CMYK
RGB Variations
Color information
#C99E0F (or 0xC99E0F) is known color: Buddha Gold. HEX triplet: C9, 9E and 0F. RGB value is (201,158,15). Sum of RGB (Red+Green+Blue) = 201+158+15=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99E0F is #3661F0. Grayscale: #9B9B9B. Windows color (decimal): -3564017 or 1023689. OLE color: 1023689.
HSL color Cylindrical-coordinate representation of color #C99E0F: hue angle of 46.13º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C99E0F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 15 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.21 |
| HSL | 46.13º | 0.86% | 0.42% | - |
| HSV(B) | 46.13º | 0.93% | 0.79% | - |
| XYZ | 36.4 | 36.91 | 5.66 | - |
| YUV | 154.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 15 | 0 | 0.21 | 0.93 | 0.21 | 46.13 | 0.86 | 0.42 |
| Hex | C9 | 9E | F | 0 | 15 | 5D | 15 | 2E | 56 | 2A |
| Octal | 311 | 236 | 17 | 0 | 25 | 135 | 25 | 56 | 126 | 52 |
| Binary | 11001001 | 10011110 | 1111 | 0 | 10101 | 1011101 | 10101 | 101110 | 1010110 | 101010 |
Color Harmonies of #C99E0F
Complementary color
Monochromatic Colors of #C99E0F
Black with #C99E0F
Text Example
Text Example
White with #C99E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E0F; }
p { color: rgb(201,158,15); }
H1.HeaderClassName
{
color: #C99E0F;
}
.AnyTagClassName
{
color: #C99E0F;
}
</style>
background-color css
<style>
a { background-color: #C99E0F; }
a { background-color: rgb(201,158,15); }
div.DivClassName
{
background-color: #C99E0F;
}
.BgClassName
{
background-color: #C99E0F;
}
</style>
border-color css
<style>
span { border-color: #C99E0F; }
span { border-color: rgb(201,158,15); }
td.TdClassName
{
border-color: #C99E0F;
}
.TagClassName
{
border-color: #C99E0F;
}
</style>