Shades of Buddha Gold #C99C14
Tints of Buddha Gold #C99C14
RGB
CMYK
RGB Variations
Color information
#C99C14 (or 0xC99C14) is known color: Buddha Gold. HEX triplet: C9, 9C and 14. RGB value is (201,156,20). Sum of RGB (Red+Green+Blue) = 201+156+20=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99C14 is #3663EB. Grayscale: #9A9A9A. Windows color (decimal): -3564524 or 1350857. OLE color: 1350857.
HSL color Cylindrical-coordinate representation of color #C99C14: hue angle of 45.08º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C99C14 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 20 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.21 |
| HSL | 45.08º | 0.82% | 0.43% | - |
| HSV(B) | 45.08º | 0.9% | 0.79% | - |
| XYZ | 36.1 | 36.24 | 5.76 | - |
| YUV | 153.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 20 | 0 | 0.22 | 0.90 | 0.21 | 45.08 | 0.82 | 0.43 |
| Hex | C9 | 9C | 14 | 0 | 16 | 5A | 15 | 2D | 52 | 2B |
| Octal | 311 | 234 | 24 | 0 | 26 | 132 | 25 | 55 | 122 | 53 |
| Binary | 11001001 | 10011100 | 10100 | 0 | 10110 | 1011010 | 10101 | 101101 | 1010010 | 101011 |
Color Harmonies of #C99C14
Complementary color
Monochromatic Colors of #C99C14
Black with #C99C14
Text Example
Text Example
White with #C99C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C14; }
p { color: rgb(201,156,20); }
H1.HeaderClassName
{
color: #C99C14;
}
.AnyTagClassName
{
color: #C99C14;
}
</style>
background-color css
<style>
a { background-color: #C99C14; }
a { background-color: rgb(201,156,20); }
div.DivClassName
{
background-color: #C99C14;
}
.BgClassName
{
background-color: #C99C14;
}
</style>
border-color css
<style>
span { border-color: #C99C14; }
span { border-color: rgb(201,156,20); }
td.TdClassName
{
border-color: #C99C14;
}
.TagClassName
{
border-color: #C99C14;
}
</style>