Shades of Buddha Gold #CC960A
Tints of Buddha Gold #CC960A
RGB
CMYK
RGB Variations
Color information
#CC960A (or 0xCC960A) is known color: Buddha Gold. HEX triplet: CC, 96 and 0A. RGB value is (204,150,10). Sum of RGB (Red+Green+Blue) = 204+150+10=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC960A is #3369F5. Grayscale: #969696. Windows color (decimal): -3369462 or 693964. OLE color: 693964.
HSL color Cylindrical-coordinate representation of color #CC960A: hue angle of 43.3º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC960A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 10 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.2 |
| HSL | 43.3º | 0.91% | 0.42% | - |
| HSV(B) | 43.3º | 0.95% | 0.8% | - |
| XYZ | 35.86 | 34.67 | 5.09 | - |
| YUV | 150.19 | 48.89 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 10 | 0 | 0.26 | 0.95 | 0.2 | 43.3 | 0.91 | 0.42 |
| Hex | CC | 96 | A | 0 | 1A | 5F | 14 | 2B | 5B | 2A |
| Octal | 314 | 226 | 12 | 0 | 32 | 137 | 24 | 53 | 133 | 52 |
| Binary | 11001100 | 10010110 | 1010 | 0 | 11010 | 1011111 | 10100 | 101011 | 1011011 | 101010 |
Color Harmonies of #CC960A
Complementary color
Monochromatic Colors of #CC960A
Black with #CC960A
Text Example
Text Example
White with #CC960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC960A; }
p { color: rgb(204,150,10); }
H1.HeaderClassName
{
color: #CC960A;
}
.AnyTagClassName
{
color: #CC960A;
}
</style>
background-color css
<style>
a { background-color: #CC960A; }
a { background-color: rgb(204,150,10); }
div.DivClassName
{
background-color: #CC960A;
}
.BgClassName
{
background-color: #CC960A;
}
</style>
border-color css
<style>
span { border-color: #CC960A; }
span { border-color: rgb(204,150,10); }
td.TdClassName
{
border-color: #CC960A;
}
.TagClassName
{
border-color: #CC960A;
}
</style>