Shades of Peru #CA8540
Tints of Peru #CA8540
RGB
CMYK
RGB Variations
Color information
#CA8540 (or 0xCA8540) is known color: Peru. HEX triplet: CA, 85 and 40. RGB value is (202,133,64). Sum of RGB (Red+Green+Blue) = 202+133+64=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8540 is #357ABF. Grayscale: #929292. Windows color (decimal): -3504832 or 4228554. OLE color: 4228554.
HSL color Cylindrical-coordinate representation of color #CA8540: hue angle of 30º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA8540 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 64 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.21 |
| HSL | 30º | 0.57% | 0.52% | - |
| HSV(B) | 30º | 0.68% | 0.79% | - |
| XYZ | 33.67 | 29.7 | 8.81 | - |
| YUV | 145.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 64 | 0 | 0.34 | 0.68 | 0.21 | 30 | 0.57 | 0.52 |
| Hex | CA | 85 | 40 | 0 | 22 | 44 | 15 | 1E | 39 | 34 |
| Octal | 312 | 205 | 100 | 0 | 42 | 104 | 25 | 36 | 71 | 64 |
| Binary | 11001010 | 10000101 | 1000000 | 0 | 100010 | 1000100 | 10101 | 11110 | 111001 | 110100 |
Color Harmonies of #CA8540
Complementary color
Monochromatic Colors of #CA8540
Black with #CA8540
Text Example
Text Example
White with #CA8540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8540; }
p { color: rgb(202,133,64); }
H1.HeaderClassName
{
color: #CA8540;
}
.AnyTagClassName
{
color: #CA8540;
}
</style>
background-color css
<style>
a { background-color: #CA8540; }
a { background-color: rgb(202,133,64); }
div.DivClassName
{
background-color: #CA8540;
}
.BgClassName
{
background-color: #CA8540;
}
</style>
border-color css
<style>
span { border-color: #CA8540; }
span { border-color: rgb(202,133,64); }
td.TdClassName
{
border-color: #CA8540;
}
.TagClassName
{
border-color: #CA8540;
}
</style>