Shades of Bronze #CC7B30
Tints of Bronze #CC7B30
RGB
CMYK
RGB Variations
Color information
#CC7B30 (or 0xCC7B30) is known color: Bronze. HEX triplet: CC, 7B and 30. RGB value is (204,123,48). Sum of RGB (Red+Green+Blue) = 204+123+48=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B30 is #3384CF. Grayscale: #8B8B8B. Windows color (decimal): -3376336 or 3177420. OLE color: 3177420.
HSL color Cylindrical-coordinate representation of color #CC7B30: hue angle of 28.85º 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 #CC7B30 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 48 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.2 |
| HSL | 28.85º | 0.62% | 0.49% | - |
| HSV(B) | 28.85º | 0.76% | 0.8% | - |
| XYZ | 32.52 | 27.22 | 6.34 | - |
| YUV | 138.67 | 76.84 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 48 | 0 | 0.40 | 0.76 | 0.2 | 28.85 | 0.62 | 0.49 |
| Hex | CC | 7B | 30 | 0 | 28 | 4C | 14 | 1D | 3E | 31 |
| Octal | 314 | 173 | 60 | 0 | 50 | 114 | 24 | 35 | 76 | 61 |
| Binary | 11001100 | 1111011 | 110000 | 0 | 101000 | 1001100 | 10100 | 11101 | 111110 | 110001 |
Color Harmonies of #CC7B30
Complementary color
Monochromatic Colors of #CC7B30
Black with #CC7B30
Text Example
Text Example
White with #CC7B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B30; }
p { color: rgb(204,123,48); }
H1.HeaderClassName
{
color: #CC7B30;
}
.AnyTagClassName
{
color: #CC7B30;
}
</style>
background-color css
<style>
a { background-color: #CC7B30; }
a { background-color: rgb(204,123,48); }
div.DivClassName
{
background-color: #CC7B30;
}
.BgClassName
{
background-color: #CC7B30;
}
</style>
border-color css
<style>
span { border-color: #CC7B30; }
span { border-color: rgb(204,123,48); }
td.TdClassName
{
border-color: #CC7B30;
}
.TagClassName
{
border-color: #CC7B30;
}
</style>