Shades of Peru #CA8441
Tints of Peru #CA8441
RGB
CMYK
RGB Variations
Color information
#CA8441 (or 0xCA8441) is known color: Peru. HEX triplet: CA, 84 and 41. RGB value is (202,132,65). Sum of RGB (Red+Green+Blue) = 202+132+65=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8441 is #357BBE. Grayscale: #919191. Windows color (decimal): -3505087 or 4293834. OLE color: 4293834.
HSL color Cylindrical-coordinate representation of color #CA8441: hue angle of 29.34º degrees, saturation: 0.56, 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 #CA8441 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 65 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.21 |
| HSL | 29.34º | 0.56% | 0.52% | - |
| HSV(B) | 29.34º | 0.68% | 0.79% | - |
| XYZ | 33.56 | 29.44 | 8.91 | - |
| YUV | 145.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 65 | 0 | 0.35 | 0.68 | 0.21 | 29.34 | 0.56 | 0.52 |
| Hex | CA | 84 | 41 | 0 | 23 | 44 | 15 | 1D | 38 | 34 |
| Octal | 312 | 204 | 101 | 0 | 43 | 104 | 25 | 35 | 70 | 64 |
| Binary | 11001010 | 10000100 | 1000001 | 0 | 100011 | 1000100 | 10101 | 11101 | 111000 | 110100 |
Color Harmonies of #CA8441
Complementary color
Monochromatic Colors of #CA8441
Black with #CA8441
Text Example
Text Example
White with #CA8441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8441; }
p { color: rgb(202,132,65); }
H1.HeaderClassName
{
color: #CA8441;
}
.AnyTagClassName
{
color: #CA8441;
}
</style>
background-color css
<style>
a { background-color: #CA8441; }
a { background-color: rgb(202,132,65); }
div.DivClassName
{
background-color: #CA8441;
}
.BgClassName
{
background-color: #CA8441;
}
</style>
border-color css
<style>
span { border-color: #CA8441; }
span { border-color: rgb(202,132,65); }
td.TdClassName
{
border-color: #CA8441;
}
.TagClassName
{
border-color: #CA8441;
}
</style>