Shades of Peru #CA8143
Tints of Peru #CA8143
RGB
CMYK
RGB Variations
Color information
#CA8143 (or 0xCA8143) is known color: Peru. HEX triplet: CA, 81 and 43. RGB value is (202,129,67). Sum of RGB (Red+Green+Blue) = 202+129+67=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8143 is #357EBC. Grayscale: #909090. Windows color (decimal): -3505853 or 4424138. OLE color: 4424138.
HSL color Cylindrical-coordinate representation of color #CA8143: hue angle of 27.56º 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 #CA8143 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 67 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.21 |
| HSL | 27.56º | 0.56% | 0.53% | - |
| HSV(B) | 27.56º | 0.67% | 0.79% | - |
| XYZ | 33.22 | 28.66 | 9.09 | - |
| YUV | 143.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 67 | 0 | 0.36 | 0.67 | 0.21 | 27.56 | 0.56 | 0.53 |
| Hex | CA | 81 | 43 | 0 | 24 | 43 | 15 | 1C | 38 | 35 |
| Octal | 312 | 201 | 103 | 0 | 44 | 103 | 25 | 34 | 70 | 65 |
| Binary | 11001010 | 10000001 | 1000011 | 0 | 100100 | 1000011 | 10101 | 11100 | 111000 | 110101 |
Color Harmonies of #CA8143
Complementary color
Monochromatic Colors of #CA8143
Black with #CA8143
Text Example
Text Example
White with #CA8143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8143; }
p { color: rgb(202,129,67); }
H1.HeaderClassName
{
color: #CA8143;
}
.AnyTagClassName
{
color: #CA8143;
}
</style>
background-color css
<style>
a { background-color: #CA8143; }
a { background-color: rgb(202,129,67); }
div.DivClassName
{
background-color: #CA8143;
}
.BgClassName
{
background-color: #CA8143;
}
</style>
border-color css
<style>
span { border-color: #CA8143; }
span { border-color: rgb(202,129,67); }
td.TdClassName
{
border-color: #CA8143;
}
.TagClassName
{
border-color: #CA8143;
}
</style>