Shades of Peru #CA8045
Tints of Peru #CA8045
RGB
CMYK
RGB Variations
Color information
#CA8045 (or 0xCA8045) is known color: Peru. HEX triplet: CA, 80 and 45. RGB value is (202,128,69). Sum of RGB (Red+Green+Blue) = 202+128+69=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8045 is #357FBA. Grayscale: #8F8F8F. Windows color (decimal): -3506107 or 4554954. OLE color: 4554954.
HSL color Cylindrical-coordinate representation of color #CA8045: hue angle of 26.62º 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 #CA8045 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 69 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.21 |
| HSL | 26.62º | 0.56% | 0.53% | - |
| HSV(B) | 26.62º | 0.66% | 0.79% | - |
| XYZ | 33.15 | 28.42 | 9.37 | - |
| YUV | 143.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 69 | 0 | 0.37 | 0.66 | 0.21 | 26.62 | 0.56 | 0.53 |
| Hex | CA | 80 | 45 | 0 | 25 | 42 | 15 | 1B | 38 | 35 |
| Octal | 312 | 200 | 105 | 0 | 45 | 102 | 25 | 33 | 70 | 65 |
| Binary | 11001010 | 10000000 | 1000101 | 0 | 100101 | 1000010 | 10101 | 11011 | 111000 | 110101 |
Color Harmonies of #CA8045
Complementary color
Monochromatic Colors of #CA8045
Black with #CA8045
Text Example
Text Example
White with #CA8045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8045; }
p { color: rgb(202,128,69); }
H1.HeaderClassName
{
color: #CA8045;
}
.AnyTagClassName
{
color: #CA8045;
}
</style>
background-color css
<style>
a { background-color: #CA8045; }
a { background-color: rgb(202,128,69); }
div.DivClassName
{
background-color: #CA8045;
}
.BgClassName
{
background-color: #CA8045;
}
</style>
border-color css
<style>
span { border-color: #CA8045; }
span { border-color: rgb(202,128,69); }
td.TdClassName
{
border-color: #CA8045;
}
.TagClassName
{
border-color: #CA8045;
}
</style>