Shades of Peru #CA873A
Tints of Peru #CA873A
RGB
CMYK
RGB Variations
Color information
#CA873A (or 0xCA873A) is known color: Peru. HEX triplet: CA, 87 and 3A. RGB value is (202,135,58). Sum of RGB (Red+Green+Blue) = 202+135+58=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA873A is #3578C5. Grayscale: #929292. Windows color (decimal): -3504326 or 3835850. OLE color: 3835850.
HSL color Cylindrical-coordinate representation of color #CA873A: hue angle of 32.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA873A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 58 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.21 |
| HSL | 32.08º | 0.58% | 0.51% | - |
| HSV(B) | 32.08º | 0.71% | 0.79% | - |
| XYZ | 33.78 | 30.19 | 8.05 | - |
| YUV | 146.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 58 | 0 | 0.33 | 0.71 | 0.21 | 32.08 | 0.58 | 0.51 |
| Hex | CA | 87 | 3A | 0 | 21 | 47 | 15 | 20 | 3A | 33 |
| Octal | 312 | 207 | 72 | 0 | 41 | 107 | 25 | 40 | 72 | 63 |
| Binary | 11001010 | 10000111 | 111010 | 0 | 100001 | 1000111 | 10101 | 100000 | 111010 | 110011 |
Color Harmonies of #CA873A
Complementary color
Monochromatic Colors of #CA873A
Black with #CA873A
Text Example
Text Example
White with #CA873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA873A; }
p { color: rgb(202,135,58); }
H1.HeaderClassName
{
color: #CA873A;
}
.AnyTagClassName
{
color: #CA873A;
}
</style>
background-color css
<style>
a { background-color: #CA873A; }
a { background-color: rgb(202,135,58); }
div.DivClassName
{
background-color: #CA873A;
}
.BgClassName
{
background-color: #CA873A;
}
</style>
border-color css
<style>
span { border-color: #CA873A; }
span { border-color: rgb(202,135,58); }
td.TdClassName
{
border-color: #CA873A;
}
.TagClassName
{
border-color: #CA873A;
}
</style>