Shades of Buddha Gold #CC950F
Tints of Buddha Gold #CC950F
RGB
CMYK
RGB Variations
Color information
#CC950F (or 0xCC950F) is known color: Buddha Gold. HEX triplet: CC, 95 and 0F. RGB value is (204,149,15). Sum of RGB (Red+Green+Blue) = 204+149+15=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC950F is #336AF0. Grayscale: #969696. Windows color (decimal): -3369713 or 1021388. OLE color: 1021388.
HSL color Cylindrical-coordinate representation of color #CC950F: hue angle of 42.54º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC950F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 15 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.2 |
| HSL | 42.54º | 0.86% | 0.43% | - |
| HSV(B) | 42.54º | 0.93% | 0.8% | - |
| XYZ | 35.74 | 34.37 | 5.2 | - |
| YUV | 150.17 | 51.72 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 15 | 0 | 0.27 | 0.93 | 0.2 | 42.54 | 0.86 | 0.43 |
| Hex | CC | 95 | F | 0 | 1B | 5D | 14 | 2B | 56 | 2B |
| Octal | 314 | 225 | 17 | 0 | 33 | 135 | 24 | 53 | 126 | 53 |
| Binary | 11001100 | 10010101 | 1111 | 0 | 11011 | 1011101 | 10100 | 101011 | 1010110 | 101011 |
Color Harmonies of #CC950F
Complementary color
Monochromatic Colors of #CC950F
Black with #CC950F
Text Example
Text Example
White with #CC950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC950F; }
p { color: rgb(204,149,15); }
H1.HeaderClassName
{
color: #CC950F;
}
.AnyTagClassName
{
color: #CC950F;
}
</style>
background-color css
<style>
a { background-color: #CC950F; }
a { background-color: rgb(204,149,15); }
div.DivClassName
{
background-color: #CC950F;
}
.BgClassName
{
background-color: #CC950F;
}
</style>
border-color css
<style>
span { border-color: #CC950F; }
span { border-color: rgb(204,149,15); }
td.TdClassName
{
border-color: #CC950F;
}
.TagClassName
{
border-color: #CC950F;
}
</style>