Shades of Buddha Gold #C09C08
Tints of Buddha Gold #C09C08
RGB
CMYK
RGB Variations
Color information
#C09C08 (or 0xC09C08) is known color: Buddha Gold. HEX triplet: C0, 9C and 08. RGB value is (192,156,8). Sum of RGB (Red+Green+Blue) = 192+156+8=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C08 is #3F63F7. Grayscale: #969696. Windows color (decimal): -4154360 or 564416. OLE color: 564416.
HSL color Cylindrical-coordinate representation of color #C09C08: hue angle of 48.26º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C09C08 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.25 |
| HSL | 48.26º | 0.92% | 0.39% | - |
| HSV(B) | 48.26º | 0.96% | 0.75% | - |
| XYZ | 33.67 | 35 | 5.21 | - |
| YUV | 149.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 8 | 0 | 0.19 | 0.96 | 0.25 | 48.26 | 0.92 | 0.39 |
| Hex | C0 | 9C | 8 | 0 | 13 | 60 | 19 | 30 | 5C | 27 |
| Octal | 300 | 234 | 10 | 0 | 23 | 140 | 31 | 60 | 134 | 47 |
| Binary | 11000000 | 10011100 | 1000 | 0 | 10011 | 1100000 | 11001 | 110000 | 1011100 | 100111 |
Color Harmonies of #C09C08
Complementary color
Monochromatic Colors of #C09C08
Black with #C09C08
Text Example
Text Example
White with #C09C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C08; }
p { color: rgb(192,156,8); }
H1.HeaderClassName
{
color: #C09C08;
}
.AnyTagClassName
{
color: #C09C08;
}
</style>
background-color css
<style>
a { background-color: #C09C08; }
a { background-color: rgb(192,156,8); }
div.DivClassName
{
background-color: #C09C08;
}
.BgClassName
{
background-color: #C09C08;
}
</style>
border-color css
<style>
span { border-color: #C09C08; }
span { border-color: rgb(192,156,8); }
td.TdClassName
{
border-color: #C09C08;
}
.TagClassName
{
border-color: #C09C08;
}
</style>