Shades of Peru #CA8642
Tints of Peru #CA8642
RGB
CMYK
RGB Variations
Color information
#CA8642 (or 0xCA8642) is known color: Peru. HEX triplet: CA, 86 and 42. RGB value is (202,134,66). Sum of RGB (Red+Green+Blue) = 202+134+66=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8642 is #3579BD. Grayscale: #929292. Windows color (decimal): -3504574 or 4359882. OLE color: 4359882.
HSL color Cylindrical-coordinate representation of color #CA8642: hue angle of 30º 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 #CA8642 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 66 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.21 |
| HSL | 30º | 0.56% | 0.53% | - |
| HSV(B) | 30º | 0.67% | 0.79% | - |
| XYZ | 33.87 | 30 | 9.16 | - |
| YUV | 146.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 66 | 0 | 0.34 | 0.67 | 0.21 | 30 | 0.56 | 0.53 |
| Hex | CA | 86 | 42 | 0 | 22 | 43 | 15 | 1E | 38 | 35 |
| Octal | 312 | 206 | 102 | 0 | 42 | 103 | 25 | 36 | 70 | 65 |
| Binary | 11001010 | 10000110 | 1000010 | 0 | 100010 | 1000011 | 10101 | 11110 | 111000 | 110101 |
Color Harmonies of #CA8642
Complementary color
Monochromatic Colors of #CA8642
Black with #CA8642
Text Example
Text Example
White with #CA8642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8642; }
p { color: rgb(202,134,66); }
H1.HeaderClassName
{
color: #CA8642;
}
.AnyTagClassName
{
color: #CA8642;
}
</style>
background-color css
<style>
a { background-color: #CA8642; }
a { background-color: rgb(202,134,66); }
div.DivClassName
{
background-color: #CA8642;
}
.BgClassName
{
background-color: #CA8642;
}
</style>
border-color css
<style>
span { border-color: #CA8642; }
span { border-color: rgb(202,134,66); }
td.TdClassName
{
border-color: #CA8642;
}
.TagClassName
{
border-color: #CA8642;
}
</style>