Shades of Peru #CA8242
Tints of Peru #CA8242
RGB
CMYK
RGB Variations
Color information
#CA8242 (or 0xCA8242) is known color: Peru. HEX triplet: CA, 82 and 42. RGB value is (202,130,66). Sum of RGB (Red+Green+Blue) = 202+130+66=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8242 is #357DBD. Grayscale: #909090. Windows color (decimal): -3505598 or 4358858. OLE color: 4358858.
HSL color Cylindrical-coordinate representation of color #CA8242: hue angle of 28.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA8242 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 66 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.21 |
| HSL | 28.24º | 0.56% | 0.53% | - |
| HSV(B) | 28.24º | 0.67% | 0.79% | - |
| XYZ | 33.32 | 28.92 | 8.98 | - |
| YUV | 144.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 66 | 0 | 0.36 | 0.67 | 0.21 | 28.24 | 0.56 | 0.53 |
| Hex | CA | 82 | 42 | 0 | 24 | 43 | 15 | 1C | 38 | 35 |
| Octal | 312 | 202 | 102 | 0 | 44 | 103 | 25 | 34 | 70 | 65 |
| Binary | 11001010 | 10000010 | 1000010 | 0 | 100100 | 1000011 | 10101 | 11100 | 111000 | 110101 |
Color Harmonies of #CA8242
Complementary color
Monochromatic Colors of #CA8242
Black with #CA8242
Text Example
Text Example
White with #CA8242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8242; }
p { color: rgb(202,130,66); }
H1.HeaderClassName
{
color: #CA8242;
}
.AnyTagClassName
{
color: #CA8242;
}
</style>
background-color css
<style>
a { background-color: #CA8242; }
a { background-color: rgb(202,130,66); }
div.DivClassName
{
background-color: #CA8242;
}
.BgClassName
{
background-color: #CA8242;
}
</style>
border-color css
<style>
span { border-color: #CA8242; }
span { border-color: rgb(202,130,66); }
td.TdClassName
{
border-color: #CA8242;
}
.TagClassName
{
border-color: #CA8242;
}
</style>