Shades of Buddha Gold #CC9C10
Tints of Buddha Gold #CC9C10
RGB
CMYK
RGB Variations
Color information
#CC9C10 (or 0xCC9C10) is known color: Buddha Gold. HEX triplet: CC, 9C and 10. RGB value is (204,156,16). Sum of RGB (Red+Green+Blue) = 204+156+16=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9C10 is #3363EF. Grayscale: #9A9A9A. Windows color (decimal): -3367920 or 1088716. OLE color: 1088716.
HSL color Cylindrical-coordinate representation of color #CC9C10: hue angle of 44.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC9C10 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 16 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.2 |
| HSL | 44.68º | 0.85% | 0.43% | - |
| HSV(B) | 44.68º | 0.92% | 0.8% | - |
| XYZ | 36.88 | 36.65 | 5.62 | - |
| YUV | 154.39 | 49.9 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 16 | 0 | 0.24 | 0.92 | 0.2 | 44.68 | 0.85 | 0.43 |
| Hex | CC | 9C | 10 | 0 | 18 | 5C | 14 | 2D | 55 | 2B |
| Octal | 314 | 234 | 20 | 0 | 30 | 134 | 24 | 55 | 125 | 53 |
| Binary | 11001100 | 10011100 | 10000 | 0 | 11000 | 1011100 | 10100 | 101101 | 1010101 | 101011 |
Color Harmonies of #CC9C10
Complementary color
Monochromatic Colors of #CC9C10
Black with #CC9C10
Text Example
Text Example
White with #CC9C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C10; }
p { color: rgb(204,156,16); }
H1.HeaderClassName
{
color: #CC9C10;
}
.AnyTagClassName
{
color: #CC9C10;
}
</style>
background-color css
<style>
a { background-color: #CC9C10; }
a { background-color: rgb(204,156,16); }
div.DivClassName
{
background-color: #CC9C10;
}
.BgClassName
{
background-color: #CC9C10;
}
</style>
border-color css
<style>
span { border-color: #CC9C10; }
span { border-color: rgb(204,156,16); }
td.TdClassName
{
border-color: #CC9C10;
}
.TagClassName
{
border-color: #CC9C10;
}
</style>