Shades of Bronze #CA752E
Tints of Bronze #CA752E
RGB
CMYK
RGB Variations
Color information
#CA752E (or 0xCA752E) is known color: Bronze. HEX triplet: CA, 75 and 2E. RGB value is (202,117,46). Sum of RGB (Red+Green+Blue) = 202+117+46=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA752E is #358AD1. Grayscale: #868686. Windows color (decimal): -3508946 or 3044810. OLE color: 3044810.
HSL color Cylindrical-coordinate representation of color #CA752E: hue angle of 27.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA752E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 46 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.21 |
| HSL | 27.31º | 0.63% | 0.49% | - |
| HSV(B) | 27.31º | 0.77% | 0.79% | - |
| XYZ | 31.21 | 25.48 | 5.86 | - |
| YUV | 134.32 | 78.16 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 46 | 0 | 0.42 | 0.77 | 0.21 | 27.31 | 0.63 | 0.49 |
| Hex | CA | 75 | 2E | 0 | 2A | 4D | 15 | 1B | 3F | 31 |
| Octal | 312 | 165 | 56 | 0 | 52 | 115 | 25 | 33 | 77 | 61 |
| Binary | 11001010 | 1110101 | 101110 | 0 | 101010 | 1001101 | 10101 | 11011 | 111111 | 110001 |
Color Harmonies of #CA752E
Complementary color
Monochromatic Colors of #CA752E
Black with #CA752E
Text Example
Text Example
White with #CA752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA752E; }
p { color: rgb(202,117,46); }
H1.HeaderClassName
{
color: #CA752E;
}
.AnyTagClassName
{
color: #CA752E;
}
</style>
background-color css
<style>
a { background-color: #CA752E; }
a { background-color: rgb(202,117,46); }
div.DivClassName
{
background-color: #CA752E;
}
.BgClassName
{
background-color: #CA752E;
}
</style>
border-color css
<style>
span { border-color: #CA752E; }
span { border-color: rgb(202,117,46); }
td.TdClassName
{
border-color: #CA752E;
}
.TagClassName
{
border-color: #CA752E;
}
</style>