Shades of Peru #CA8345
Tints of Peru #CA8345
RGB
CMYK
RGB Variations
Color information
#CA8345 (or 0xCA8345) is known color: Peru. HEX triplet: CA, 83 and 45. RGB value is (202,131,69). Sum of RGB (Red+Green+Blue) = 202+131+69=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8345 is #357CBA. Grayscale: #919191. Windows color (decimal): -3505339 or 4555722. OLE color: 4555722.
HSL color Cylindrical-coordinate representation of color #CA8345: hue angle of 27.97º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA8345 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 69 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.21 |
| HSL | 27.97º | 0.56% | 0.53% | - |
| HSV(B) | 27.97º | 0.66% | 0.79% | - |
| XYZ | 33.55 | 29.22 | 9.5 | - |
| YUV | 145.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 69 | 0 | 0.35 | 0.66 | 0.21 | 27.97 | 0.56 | 0.53 |
| Hex | CA | 83 | 45 | 0 | 23 | 42 | 15 | 1C | 38 | 35 |
| Octal | 312 | 203 | 105 | 0 | 43 | 102 | 25 | 34 | 70 | 65 |
| Binary | 11001010 | 10000011 | 1000101 | 0 | 100011 | 1000010 | 10101 | 11100 | 111000 | 110101 |
Color Harmonies of #CA8345
Complementary color
Monochromatic Colors of #CA8345
Black with #CA8345
Text Example
Text Example
White with #CA8345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8345; }
p { color: rgb(202,131,69); }
H1.HeaderClassName
{
color: #CA8345;
}
.AnyTagClassName
{
color: #CA8345;
}
</style>
background-color css
<style>
a { background-color: #CA8345; }
a { background-color: rgb(202,131,69); }
div.DivClassName
{
background-color: #CA8345;
}
.BgClassName
{
background-color: #CA8345;
}
</style>
border-color css
<style>
span { border-color: #CA8345; }
span { border-color: rgb(202,131,69); }
td.TdClassName
{
border-color: #CA8345;
}
.TagClassName
{
border-color: #CA8345;
}
</style>