Shades of Buddha Gold #CC961B
Tints of Buddha Gold #CC961B
RGB
CMYK
RGB Variations
Color information
#CC961B (or 0xCC961B) is known color: Buddha Gold. HEX triplet: CC, 96 and 1B. RGB value is (204,150,27). Sum of RGB (Red+Green+Blue) = 204+150+27=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC961B is #3369E4. Grayscale: #989898. Windows color (decimal): -3369445 or 1808076. OLE color: 1808076.
HSL color Cylindrical-coordinate representation of color #CC961B: hue angle of 41.69º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC961B is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 27 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.2 |
| HSL | 41.69º | 0.77% | 0.45% | - |
| HSV(B) | 41.69º | 0.87% | 0.8% | - |
| XYZ | 36.01 | 34.73 | 5.84 | - |
| YUV | 152.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 27 | 0 | 0.26 | 0.87 | 0.2 | 41.69 | 0.77 | 0.45 |
| Hex | CC | 96 | 1B | 0 | 1A | 57 | 14 | 2A | 4D | 2D |
| Octal | 314 | 226 | 33 | 0 | 32 | 127 | 24 | 52 | 115 | 55 |
| Binary | 11001100 | 10010110 | 11011 | 0 | 11010 | 1010111 | 10100 | 101010 | 1001101 | 101101 |
Color Harmonies of #CC961B
Complementary color
Monochromatic Colors of #CC961B
Black with #CC961B
Text Example
Text Example
White with #CC961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC961B; }
p { color: rgb(204,150,27); }
H1.HeaderClassName
{
color: #CC961B;
}
.AnyTagClassName
{
color: #CC961B;
}
</style>
background-color css
<style>
a { background-color: #CC961B; }
a { background-color: rgb(204,150,27); }
div.DivClassName
{
background-color: #CC961B;
}
.BgClassName
{
background-color: #CC961B;
}
</style>
border-color css
<style>
span { border-color: #CC961B; }
span { border-color: rgb(204,150,27); }
td.TdClassName
{
border-color: #CC961B;
}
.TagClassName
{
border-color: #CC961B;
}
</style>