Shades of Peru #CA864A
Tints of Peru #CA864A
RGB
CMYK
RGB Variations
Color information
#CA864A (or 0xCA864A) is known color: Peru. HEX triplet: CA, 86 and 4A. RGB value is (202,134,74). Sum of RGB (Red+Green+Blue) = 202+134+74=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA864A is #3579B5. Grayscale: #939393. Windows color (decimal): -3504566 or 4884170. OLE color: 4884170.
HSL color Cylindrical-coordinate representation of color #CA864A: hue angle of 28.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA864A is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 74 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.21 |
| HSL | 28.13º | 0.55% | 0.54% | - |
| HSV(B) | 28.13º | 0.63% | 0.79% | - |
| XYZ | 34.12 | 30.1 | 10.49 | - |
| YUV | 147.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 74 | 0 | 0.34 | 0.63 | 0.21 | 28.13 | 0.55 | 0.54 |
| Hex | CA | 86 | 4A | 0 | 22 | 3F | 15 | 1C | 37 | 36 |
| Octal | 312 | 206 | 112 | 0 | 42 | 77 | 25 | 34 | 67 | 66 |
| Binary | 11001010 | 10000110 | 1001010 | 0 | 100010 | 111111 | 10101 | 11100 | 110111 | 110110 |
Color Harmonies of #CA864A
Complementary color
Monochromatic Colors of #CA864A
Black with #CA864A
Text Example
Text Example
White with #CA864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA864A; }
p { color: rgb(202,134,74); }
H1.HeaderClassName
{
color: #CA864A;
}
.AnyTagClassName
{
color: #CA864A;
}
</style>
background-color css
<style>
a { background-color: #CA864A; }
a { background-color: rgb(202,134,74); }
div.DivClassName
{
background-color: #CA864A;
}
.BgClassName
{
background-color: #CA864A;
}
</style>
border-color css
<style>
span { border-color: #CA864A; }
span { border-color: rgb(202,134,74); }
td.TdClassName
{
border-color: #CA864A;
}
.TagClassName
{
border-color: #CA864A;
}
</style>