Shades of Buddha Gold #CC941C
Tints of Buddha Gold #CC941C
RGB
CMYK
RGB Variations
Color information
#CC941C (or 0xCC941C) is known color: Buddha Gold. HEX triplet: CC, 94 and 1C. RGB value is (204,148,28). Sum of RGB (Red+Green+Blue) = 204+148+28=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC941C is #336BE3. Grayscale: #979797. Windows color (decimal): -3369956 or 1873100. OLE color: 1873100.
HSL color Cylindrical-coordinate representation of color #CC941C: hue angle of 40.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC941C is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 28 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.2 |
| HSL | 40.91º | 0.76% | 0.45% | - |
| HSV(B) | 40.91º | 0.86% | 0.8% | - |
| XYZ | 35.7 | 34.1 | 5.8 | - |
| YUV | 151.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 28 | 0 | 0.27 | 0.86 | 0.2 | 40.91 | 0.76 | 0.45 |
| Hex | CC | 94 | 1C | 0 | 1B | 56 | 14 | 29 | 4C | 2D |
| Octal | 314 | 224 | 34 | 0 | 33 | 126 | 24 | 51 | 114 | 55 |
| Binary | 11001100 | 10010100 | 11100 | 0 | 11011 | 1010110 | 10100 | 101001 | 1001100 | 101101 |
Color Harmonies of #CC941C
Complementary color
Monochromatic Colors of #CC941C
Black with #CC941C
Text Example
Text Example
White with #CC941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC941C; }
p { color: rgb(204,148,28); }
H1.HeaderClassName
{
color: #CC941C;
}
.AnyTagClassName
{
color: #CC941C;
}
</style>
background-color css
<style>
a { background-color: #CC941C; }
a { background-color: rgb(204,148,28); }
div.DivClassName
{
background-color: #CC941C;
}
.BgClassName
{
background-color: #CC941C;
}
</style>
border-color css
<style>
span { border-color: #CC941C; }
span { border-color: rgb(204,148,28); }
td.TdClassName
{
border-color: #CC941C;
}
.TagClassName
{
border-color: #CC941C;
}
</style>