Shades of Bronze #CC7938
Tints of Bronze #CC7938
RGB
CMYK
RGB Variations
Color information
#CC7938 (or 0xCC7938) is known color: Bronze. HEX triplet: CC, 79 and 38. RGB value is (204,121,56). Sum of RGB (Red+Green+Blue) = 204+121+56=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7938 is #3386C7. Grayscale: #8A8A8A. Windows color (decimal): -3376840 or 3701196. OLE color: 3701196.
HSL color Cylindrical-coordinate representation of color #CC7938: hue angle of 26.35º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC7938 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 56 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.2 |
| HSL | 26.35º | 0.59% | 0.51% | - |
| HSV(B) | 26.35º | 0.73% | 0.8% | - |
| XYZ | 32.45 | 26.8 | 7.2 | - |
| YUV | 138.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 56 | 0 | 0.41 | 0.73 | 0.2 | 26.35 | 0.59 | 0.51 |
| Hex | CC | 79 | 38 | 0 | 29 | 49 | 14 | 1A | 3B | 33 |
| Octal | 314 | 171 | 70 | 0 | 51 | 111 | 24 | 32 | 73 | 63 |
| Binary | 11001100 | 1111001 | 111000 | 0 | 101001 | 1001001 | 10100 | 11010 | 111011 | 110011 |
Color Harmonies of #CC7938
Complementary color
Monochromatic Colors of #CC7938
Black with #CC7938
Text Example
Text Example
White with #CC7938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7938; }
p { color: rgb(204,121,56); }
H1.HeaderClassName
{
color: #CC7938;
}
.AnyTagClassName
{
color: #CC7938;
}
</style>
background-color css
<style>
a { background-color: #CC7938; }
a { background-color: rgb(204,121,56); }
div.DivClassName
{
background-color: #CC7938;
}
.BgClassName
{
background-color: #CC7938;
}
</style>
border-color css
<style>
span { border-color: #CC7938; }
span { border-color: rgb(204,121,56); }
td.TdClassName
{
border-color: #CC7938;
}
.TagClassName
{
border-color: #CC7938;
}
</style>