Shades of Peru #CA813E
Tints of Peru #CA813E
RGB
CMYK
RGB Variations
Color information
#CA813E (or 0xCA813E) is known color: Peru. HEX triplet: CA, 81 and 3E. RGB value is (202,129,62). Sum of RGB (Red+Green+Blue) = 202+129+62=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA813E is #357EC1. Grayscale: #8F8F8F. Windows color (decimal): -3505858 or 4096458. OLE color: 4096458.
HSL color Cylindrical-coordinate representation of color #CA813E: hue angle of 28.71º 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 #CA813E is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 62 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.21 |
| HSL | 28.71º | 0.57% | 0.52% | - |
| HSV(B) | 28.71º | 0.69% | 0.79% | - |
| XYZ | 33.08 | 28.6 | 8.34 | - |
| YUV | 143.19 | 82.18 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 62 | 0 | 0.36 | 0.69 | 0.21 | 28.71 | 0.57 | 0.52 |
| Hex | CA | 81 | 3E | 0 | 24 | 45 | 15 | 1D | 39 | 34 |
| Octal | 312 | 201 | 76 | 0 | 44 | 105 | 25 | 35 | 71 | 64 |
| Binary | 11001010 | 10000001 | 111110 | 0 | 100100 | 1000101 | 10101 | 11101 | 111001 | 110100 |
Color Harmonies of #CA813E
Complementary color
Monochromatic Colors of #CA813E
Black with #CA813E
Text Example
Text Example
White with #CA813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA813E; }
p { color: rgb(202,129,62); }
H1.HeaderClassName
{
color: #CA813E;
}
.AnyTagClassName
{
color: #CA813E;
}
</style>
background-color css
<style>
a { background-color: #CA813E; }
a { background-color: rgb(202,129,62); }
div.DivClassName
{
background-color: #CA813E;
}
.BgClassName
{
background-color: #CA813E;
}
</style>
border-color css
<style>
span { border-color: #CA813E; }
span { border-color: rgb(202,129,62); }
td.TdClassName
{
border-color: #CA813E;
}
.TagClassName
{
border-color: #CA813E;
}
</style>