Shades of Peru #CA893B
Tints of Peru #CA893B
RGB
CMYK
RGB Variations
Color information
#CA893B (or 0xCA893B) is known color: Peru. HEX triplet: CA, 89 and 3B. RGB value is (202,137,59). Sum of RGB (Red+Green+Blue) = 202+137+59=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA893B is #3576C4. Grayscale: #939393. Windows color (decimal): -3503813 or 3901898. OLE color: 3901898.
HSL color Cylindrical-coordinate representation of color #CA893B: hue angle of 32.73º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA893B is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 59 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.21 |
| HSL | 32.73º | 0.57% | 0.51% | - |
| HSV(B) | 32.73º | 0.71% | 0.79% | - |
| XYZ | 34.09 | 30.76 | 8.28 | - |
| YUV | 147.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 59 | 0 | 0.32 | 0.71 | 0.21 | 32.73 | 0.57 | 0.51 |
| Hex | CA | 89 | 3B | 0 | 20 | 47 | 15 | 21 | 39 | 33 |
| Octal | 312 | 211 | 73 | 0 | 40 | 107 | 25 | 41 | 71 | 63 |
| Binary | 11001010 | 10001001 | 111011 | 0 | 100000 | 1000111 | 10101 | 100001 | 111001 | 110011 |
Color Harmonies of #CA893B
Complementary color
Monochromatic Colors of #CA893B
Black with #CA893B
Text Example
Text Example
White with #CA893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA893B; }
p { color: rgb(202,137,59); }
H1.HeaderClassName
{
color: #CA893B;
}
.AnyTagClassName
{
color: #CA893B;
}
</style>
background-color css
<style>
a { background-color: #CA893B; }
a { background-color: rgb(202,137,59); }
div.DivClassName
{
background-color: #CA893B;
}
.BgClassName
{
background-color: #CA893B;
}
</style>
border-color css
<style>
span { border-color: #CA893B; }
span { border-color: rgb(202,137,59); }
td.TdClassName
{
border-color: #CA893B;
}
.TagClassName
{
border-color: #CA893B;
}
</style>