Shades of Buddha Gold #CC940C
Tints of Buddha Gold #CC940C
RGB
CMYK
RGB Variations
Color information
#CC940C (or 0xCC940C) is known color: Buddha Gold. HEX triplet: CC, 94 and 0C. RGB value is (204,148,12). Sum of RGB (Red+Green+Blue) = 204+148+12=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC940C is #336BF3. Grayscale: #959595. Windows color (decimal): -3369972 or 824524. OLE color: 824524.
HSL color Cylindrical-coordinate representation of color #CC940C: hue angle of 42.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC940C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.2 |
| HSL | 42.5º | 0.89% | 0.42% | - |
| HSV(B) | 42.5º | 0.94% | 0.8% | - |
| XYZ | 35.56 | 34.04 | 5.04 | - |
| YUV | 149.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 12 | 0 | 0.27 | 0.94 | 0.2 | 42.5 | 0.89 | 0.42 |
| Hex | CC | 94 | C | 0 | 1B | 5E | 14 | 2A | 59 | 2A |
| Octal | 314 | 224 | 14 | 0 | 33 | 136 | 24 | 52 | 131 | 52 |
| Binary | 11001100 | 10010100 | 1100 | 0 | 11011 | 1011110 | 10100 | 101010 | 1011001 | 101010 |
Color Harmonies of #CC940C
Complementary color
Monochromatic Colors of #CC940C
Black with #CC940C
Text Example
Text Example
White with #CC940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC940C; }
p { color: rgb(204,148,12); }
H1.HeaderClassName
{
color: #CC940C;
}
.AnyTagClassName
{
color: #CC940C;
}
</style>
background-color css
<style>
a { background-color: #CC940C; }
a { background-color: rgb(204,148,12); }
div.DivClassName
{
background-color: #CC940C;
}
.BgClassName
{
background-color: #CC940C;
}
</style>
border-color css
<style>
span { border-color: #CC940C; }
span { border-color: rgb(204,148,12); }
td.TdClassName
{
border-color: #CC940C;
}
.TagClassName
{
border-color: #CC940C;
}
</style>