Shades of Buddha Gold #C0991C
Tints of Buddha Gold #C0991C
RGB
CMYK
RGB Variations
Color information
#C0991C (or 0xC0991C) is known color: Buddha Gold. HEX triplet: C0, 99 and 1C. RGB value is (192,153,28). Sum of RGB (Red+Green+Blue) = 192+153+28=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0991C is #3F66E3. Grayscale: #969696. Windows color (decimal): -4155108 or 1874368. OLE color: 1874368.
HSL color Cylindrical-coordinate representation of color #C0991C: hue angle of 45.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0991C is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 28 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.25 |
| HSL | 45.73º | 0.75% | 0.43% | - |
| HSV(B) | 45.73º | 0.85% | 0.75% | - |
| XYZ | 33.34 | 34.07 | 5.92 | - |
| YUV | 150.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 28 | 0 | 0.20 | 0.85 | 0.25 | 45.73 | 0.75 | 0.43 |
| Hex | C0 | 99 | 1C | 0 | 14 | 55 | 19 | 2E | 4B | 2B |
| Octal | 300 | 231 | 34 | 0 | 24 | 125 | 31 | 56 | 113 | 53 |
| Binary | 11000000 | 10011001 | 11100 | 0 | 10100 | 1010101 | 11001 | 101110 | 1001011 | 101011 |
Color Harmonies of #C0991C
Complementary color
Monochromatic Colors of #C0991C
Black with #C0991C
Text Example
Text Example
White with #C0991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0991C; }
p { color: rgb(192,153,28); }
H1.HeaderClassName
{
color: #C0991C;
}
.AnyTagClassName
{
color: #C0991C;
}
</style>
background-color css
<style>
a { background-color: #C0991C; }
a { background-color: rgb(192,153,28); }
div.DivClassName
{
background-color: #C0991C;
}
.BgClassName
{
background-color: #C0991C;
}
</style>
border-color css
<style>
span { border-color: #C0991C; }
span { border-color: rgb(192,153,28); }
td.TdClassName
{
border-color: #C0991C;
}
.TagClassName
{
border-color: #C0991C;
}
</style>