Shades of Buddha Gold #CC950C
Tints of Buddha Gold #CC950C
RGB
CMYK
RGB Variations
Color information
#CC950C (or 0xCC950C) is known color: Buddha Gold. HEX triplet: CC, 95 and 0C. RGB value is (204,149,12). Sum of RGB (Red+Green+Blue) = 204+149+12=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC950C is #336AF3. Grayscale: #969696. Windows color (decimal): -3369716 or 824780. OLE color: 824780.
HSL color Cylindrical-coordinate representation of color #CC950C: hue angle of 42.81º 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 #CC950C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.2 |
| HSL | 42.81º | 0.89% | 0.42% | - |
| HSV(B) | 42.81º | 0.94% | 0.8% | - |
| XYZ | 35.72 | 34.36 | 5.1 | - |
| YUV | 149.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 12 | 0 | 0.27 | 0.94 | 0.2 | 42.81 | 0.89 | 0.42 |
| Hex | CC | 95 | C | 0 | 1B | 5E | 14 | 2B | 59 | 2A |
| Octal | 314 | 225 | 14 | 0 | 33 | 136 | 24 | 53 | 131 | 52 |
| Binary | 11001100 | 10010101 | 1100 | 0 | 11011 | 1011110 | 10100 | 101011 | 1011001 | 101010 |
Color Harmonies of #CC950C
Complementary color
Monochromatic Colors of #CC950C
Black with #CC950C
Text Example
Text Example
White with #CC950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC950C; }
p { color: rgb(204,149,12); }
H1.HeaderClassName
{
color: #CC950C;
}
.AnyTagClassName
{
color: #CC950C;
}
</style>
background-color css
<style>
a { background-color: #CC950C; }
a { background-color: rgb(204,149,12); }
div.DivClassName
{
background-color: #CC950C;
}
.BgClassName
{
background-color: #CC950C;
}
</style>
border-color css
<style>
span { border-color: #CC950C; }
span { border-color: rgb(204,149,12); }
td.TdClassName
{
border-color: #CC950C;
}
.TagClassName
{
border-color: #CC950C;
}
</style>