Shades of Buddha Gold #C09B22
Tints of Buddha Gold #C09B22
RGB
CMYK
RGB Variations
Color information
#C09B22 (or 0xC09B22) is known color: Buddha Gold. HEX triplet: C0, 9B and 22. RGB value is (192,155,34). Sum of RGB (Red+Green+Blue) = 192+155+34=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B22 is #3F64DD. Grayscale: #989898. Windows color (decimal): -4154590 or 2268096. OLE color: 2268096.
HSL color Cylindrical-coordinate representation of color #C09B22: hue angle of 45.95º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09B22 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 34 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.25 |
| HSL | 45.95º | 0.7% | 0.44% | - |
| HSV(B) | 45.95º | 0.82% | 0.75% | - |
| XYZ | 33.75 | 34.76 | 6.44 | - |
| YUV | 152.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 34 | 0 | 0.19 | 0.82 | 0.25 | 45.95 | 0.7 | 0.44 |
| Hex | C0 | 9B | 22 | 0 | 13 | 52 | 19 | 2E | 46 | 2C |
| Octal | 300 | 233 | 42 | 0 | 23 | 122 | 31 | 56 | 106 | 54 |
| Binary | 11000000 | 10011011 | 100010 | 0 | 10011 | 1010010 | 11001 | 101110 | 1000110 | 101100 |
Color Harmonies of #C09B22
Complementary color
Monochromatic Colors of #C09B22
Black with #C09B22
Text Example
Text Example
White with #C09B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B22; }
p { color: rgb(192,155,34); }
H1.HeaderClassName
{
color: #C09B22;
}
.AnyTagClassName
{
color: #C09B22;
}
</style>
background-color css
<style>
a { background-color: #C09B22; }
a { background-color: rgb(192,155,34); }
div.DivClassName
{
background-color: #C09B22;
}
.BgClassName
{
background-color: #C09B22;
}
</style>
border-color css
<style>
span { border-color: #C09B22; }
span { border-color: rgb(192,155,34); }
td.TdClassName
{
border-color: #C09B22;
}
.TagClassName
{
border-color: #C09B22;
}
</style>