Shades of Bronze #CC7830
Tints of Bronze #CC7830
RGB
CMYK
RGB Variations
Color information
#CC7830 (or 0xCC7830) is known color: Bronze. HEX triplet: CC, 78 and 30. RGB value is (204,120,48). Sum of RGB (Red+Green+Blue) = 204+120+48=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7830 is #3387CF. Grayscale: #898989. Windows color (decimal): -3377104 or 3176652. OLE color: 3176652.
HSL color Cylindrical-coordinate representation of color #CC7830: hue angle of 27.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC7830 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 48 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.2 |
| HSL | 27.69º | 0.62% | 0.49% | - |
| HSV(B) | 27.69º | 0.76% | 0.8% | - |
| XYZ | 32.15 | 26.48 | 6.21 | - |
| YUV | 136.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 48 | 0 | 0.41 | 0.76 | 0.2 | 27.69 | 0.62 | 0.49 |
| Hex | CC | 78 | 30 | 0 | 29 | 4C | 14 | 1C | 3E | 31 |
| Octal | 314 | 170 | 60 | 0 | 51 | 114 | 24 | 34 | 76 | 61 |
| Binary | 11001100 | 1111000 | 110000 | 0 | 101001 | 1001100 | 10100 | 11100 | 111110 | 110001 |
Color Harmonies of #CC7830
Complementary color
Monochromatic Colors of #CC7830
Black with #CC7830
Text Example
Text Example
White with #CC7830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7830; }
p { color: rgb(204,120,48); }
H1.HeaderClassName
{
color: #CC7830;
}
.AnyTagClassName
{
color: #CC7830;
}
</style>
background-color css
<style>
a { background-color: #CC7830; }
a { background-color: rgb(204,120,48); }
div.DivClassName
{
background-color: #CC7830;
}
.BgClassName
{
background-color: #CC7830;
}
</style>
border-color css
<style>
span { border-color: #CC7830; }
span { border-color: rgb(204,120,48); }
td.TdClassName
{
border-color: #CC7830;
}
.TagClassName
{
border-color: #CC7830;
}
</style>