Shades of Buddha Gold #C99C02
Tints of Buddha Gold #C99C02
RGB
CMYK
RGB Variations
Color information
#C99C02 (or 0xC99C02) is known color: Buddha Gold. HEX triplet: C9, 9C and 02. RGB value is (201,156,2). Sum of RGB (Red+Green+Blue) = 201+156+2=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99C02 is #3663FD. Grayscale: #989898. Windows color (decimal): -3564542 or 171209. OLE color: 171209.
HSL color Cylindrical-coordinate representation of color #C99C02: hue angle of 46.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C99C02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.21 |
| HSL | 46.43º | 0.98% | 0.4% | - |
| HSV(B) | 46.43º | 0.99% | 0.79% | - |
| XYZ | 35.99 | 36.2 | 5.15 | - |
| YUV | 151.9 | 43.41 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 2 | 0 | 0.22 | 0.99 | 0.21 | 46.43 | 0.98 | 0.4 |
| Hex | C9 | 9C | 2 | 0 | 16 | 63 | 15 | 2E | 62 | 28 |
| Octal | 311 | 234 | 2 | 0 | 26 | 143 | 25 | 56 | 142 | 50 |
| Binary | 11001001 | 10011100 | 10 | 0 | 10110 | 1100011 | 10101 | 101110 | 1100010 | 101000 |
Color Harmonies of #C99C02
Complementary color
Monochromatic Colors of #C99C02
Black with #C99C02
Text Example
Text Example
White with #C99C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C02; }
p { color: rgb(201,156,2); }
H1.HeaderClassName
{
color: #C99C02;
}
.AnyTagClassName
{
color: #C99C02;
}
</style>
background-color css
<style>
a { background-color: #C99C02; }
a { background-color: rgb(201,156,2); }
div.DivClassName
{
background-color: #C99C02;
}
.BgClassName
{
background-color: #C99C02;
}
</style>
border-color css
<style>
span { border-color: #C99C02; }
span { border-color: rgb(201,156,2); }
td.TdClassName
{
border-color: #C99C02;
}
.TagClassName
{
border-color: #C99C02;
}
</style>