Shades of Peru #CA8A4D
Tints of Peru #CA8A4D
RGB
CMYK
RGB Variations
Color information
#CA8A4D (or 0xCA8A4D) is known color: Peru. HEX triplet: CA, 8A and 4D. RGB value is (202,138,77). Sum of RGB (Red+Green+Blue) = 202+138+77=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A4D is #3575B2. Grayscale: #969696. Windows color (decimal): -3503539 or 5081802. OLE color: 5081802.
HSL color Cylindrical-coordinate representation of color #CA8A4D: hue angle of 29.28º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA8A4D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 77 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.21 |
| HSL | 29.28º | 0.54% | 0.55% | - |
| HSV(B) | 29.28º | 0.62% | 0.79% | - |
| XYZ | 34.79 | 31.27 | 11.22 | - |
| YUV | 150.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 77 | 0 | 0.32 | 0.62 | 0.21 | 29.28 | 0.54 | 0.55 |
| Hex | CA | 8A | 4D | 0 | 20 | 3E | 15 | 1D | 36 | 37 |
| Octal | 312 | 212 | 115 | 0 | 40 | 76 | 25 | 35 | 66 | 67 |
| Binary | 11001010 | 10001010 | 1001101 | 0 | 100000 | 111110 | 10101 | 11101 | 110110 | 110111 |
Color Harmonies of #CA8A4D
Complementary color
Monochromatic Colors of #CA8A4D
Black with #CA8A4D
Text Example
Text Example
White with #CA8A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A4D; }
p { color: rgb(202,138,77); }
H1.HeaderClassName
{
color: #CA8A4D;
}
.AnyTagClassName
{
color: #CA8A4D;
}
</style>
background-color css
<style>
a { background-color: #CA8A4D; }
a { background-color: rgb(202,138,77); }
div.DivClassName
{
background-color: #CA8A4D;
}
.BgClassName
{
background-color: #CA8A4D;
}
</style>
border-color css
<style>
span { border-color: #CA8A4D; }
span { border-color: rgb(202,138,77); }
td.TdClassName
{
border-color: #CA8A4D;
}
.TagClassName
{
border-color: #CA8A4D;
}
</style>