Shades of Peru #CA863E
Tints of Peru #CA863E
RGB
CMYK
RGB Variations
Color information
#CA863E (or 0xCA863E) is known color: Peru. HEX triplet: CA, 86 and 3E. RGB value is (202,134,62). Sum of RGB (Red+Green+Blue) = 202+134+62=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA863E is #3579C1. Grayscale: #929292. Windows color (decimal): -3504578 or 4097738. OLE color: 4097738.
HSL color Cylindrical-coordinate representation of color #CA863E: hue angle of 30.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA863E is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 62 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.21 |
| HSL | 30.86º | 0.57% | 0.52% | - |
| HSV(B) | 30.86º | 0.69% | 0.79% | - |
| XYZ | 33.75 | 29.95 | 8.56 | - |
| YUV | 146.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 62 | 0 | 0.34 | 0.69 | 0.21 | 30.86 | 0.57 | 0.52 |
| Hex | CA | 86 | 3E | 0 | 22 | 45 | 15 | 1F | 39 | 34 |
| Octal | 312 | 206 | 76 | 0 | 42 | 105 | 25 | 37 | 71 | 64 |
| Binary | 11001010 | 10000110 | 111110 | 0 | 100010 | 1000101 | 10101 | 11111 | 111001 | 110100 |
Color Harmonies of #CA863E
Complementary color
Monochromatic Colors of #CA863E
Black with #CA863E
Text Example
Text Example
White with #CA863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA863E; }
p { color: rgb(202,134,62); }
H1.HeaderClassName
{
color: #CA863E;
}
.AnyTagClassName
{
color: #CA863E;
}
</style>
background-color css
<style>
a { background-color: #CA863E; }
a { background-color: rgb(202,134,62); }
div.DivClassName
{
background-color: #CA863E;
}
.BgClassName
{
background-color: #CA863E;
}
</style>
border-color css
<style>
span { border-color: #CA863E; }
span { border-color: rgb(202,134,62); }
td.TdClassName
{
border-color: #CA863E;
}
.TagClassName
{
border-color: #CA863E;
}
</style>