Shades of Peru #CA8743
Tints of Peru #CA8743
RGB
CMYK
RGB Variations
Color information
#CA8743 (or 0xCA8743) is known color: Peru. HEX triplet: CA, 87 and 43. RGB value is (202,135,67). Sum of RGB (Red+Green+Blue) = 202+135+67=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8743 is #3578BC. Grayscale: #939393. Windows color (decimal): -3504317 or 4425674. OLE color: 4425674.
HSL color Cylindrical-coordinate representation of color #CA8743: hue angle of 30.22º 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 #CA8743 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 67 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.21 |
| HSL | 30.22º | 0.56% | 0.53% | - |
| HSV(B) | 30.22º | 0.67% | 0.79% | - |
| XYZ | 34.03 | 30.29 | 9.36 | - |
| YUV | 147.28 | 82.7 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 67 | 0 | 0.33 | 0.67 | 0.21 | 30.22 | 0.56 | 0.53 |
| Hex | CA | 87 | 43 | 0 | 21 | 43 | 15 | 1E | 38 | 35 |
| Octal | 312 | 207 | 103 | 0 | 41 | 103 | 25 | 36 | 70 | 65 |
| Binary | 11001010 | 10000111 | 1000011 | 0 | 100001 | 1000011 | 10101 | 11110 | 111000 | 110101 |
Color Harmonies of #CA8743
Complementary color
Monochromatic Colors of #CA8743
Black with #CA8743
Text Example
Text Example
White with #CA8743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8743; }
p { color: rgb(202,135,67); }
H1.HeaderClassName
{
color: #CA8743;
}
.AnyTagClassName
{
color: #CA8743;
}
</style>
background-color css
<style>
a { background-color: #CA8743; }
a { background-color: rgb(202,135,67); }
div.DivClassName
{
background-color: #CA8743;
}
.BgClassName
{
background-color: #CA8743;
}
</style>
border-color css
<style>
span { border-color: #CA8743; }
span { border-color: rgb(202,135,67); }
td.TdClassName
{
border-color: #CA8743;
}
.TagClassName
{
border-color: #CA8743;
}
</style>