Shades of Buddha Gold #C09B21
Tints of Buddha Gold #C09B21
RGB
CMYK
RGB Variations
Color information
#C09B21 (or 0xC09B21) is known color: Buddha Gold. HEX triplet: C0, 9B and 21. RGB value is (192,155,33). Sum of RGB (Red+Green+Blue) = 192+155+33=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B21 is #3F64DE. Grayscale: #989898. Windows color (decimal): -4154591 or 2202560. OLE color: 2202560.
HSL color Cylindrical-coordinate representation of color #C09B21: hue angle of 46.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C09B21 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 33 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.25 |
| HSL | 46.04º | 0.71% | 0.44% | - |
| HSV(B) | 46.04º | 0.83% | 0.75% | - |
| XYZ | 33.73 | 34.76 | 6.37 | - |
| YUV | 152.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 33 | 0 | 0.19 | 0.83 | 0.25 | 46.04 | 0.71 | 0.44 |
| Hex | C0 | 9B | 21 | 0 | 13 | 53 | 19 | 2E | 47 | 2C |
| Octal | 300 | 233 | 41 | 0 | 23 | 123 | 31 | 56 | 107 | 54 |
| Binary | 11000000 | 10011011 | 100001 | 0 | 10011 | 1010011 | 11001 | 101110 | 1000111 | 101100 |
Color Harmonies of #C09B21
Complementary color
Monochromatic Colors of #C09B21
Black with #C09B21
Text Example
Text Example
White with #C09B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B21; }
p { color: rgb(192,155,33); }
H1.HeaderClassName
{
color: #C09B21;
}
.AnyTagClassName
{
color: #C09B21;
}
</style>
background-color css
<style>
a { background-color: #C09B21; }
a { background-color: rgb(192,155,33); }
div.DivClassName
{
background-color: #C09B21;
}
.BgClassName
{
background-color: #C09B21;
}
</style>
border-color css
<style>
span { border-color: #C09B21; }
span { border-color: rgb(192,155,33); }
td.TdClassName
{
border-color: #C09B21;
}
.TagClassName
{
border-color: #C09B21;
}
</style>