Shades of Peru #CA893F
Tints of Peru #CA893F
RGB
CMYK
RGB Variations
Color information
#CA893F (or 0xCA893F) is known color: Peru. HEX triplet: CA, 89 and 3F. RGB value is (202,137,63). Sum of RGB (Red+Green+Blue) = 202+137+63=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA893F is #3576C0. Grayscale: #949494. Windows color (decimal): -3503809 or 4164042. OLE color: 4164042.
HSL color Cylindrical-coordinate representation of color #CA893F: hue angle of 31.94º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA893F is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 63 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.21 |
| HSL | 31.94º | 0.57% | 0.52% | - |
| HSV(B) | 31.94º | 0.69% | 0.79% | - |
| XYZ | 34.2 | 30.81 | 8.85 | - |
| YUV | 148 | 80.03 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 63 | 0 | 0.32 | 0.69 | 0.21 | 31.94 | 0.57 | 0.52 |
| Hex | CA | 89 | 3F | 0 | 20 | 45 | 15 | 20 | 39 | 34 |
| Octal | 312 | 211 | 77 | 0 | 40 | 105 | 25 | 40 | 71 | 64 |
| Binary | 11001010 | 10001001 | 111111 | 0 | 100000 | 1000101 | 10101 | 100000 | 111001 | 110100 |
Color Harmonies of #CA893F
Complementary color
Monochromatic Colors of #CA893F
Black with #CA893F
Text Example
Text Example
White with #CA893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA893F; }
p { color: rgb(202,137,63); }
H1.HeaderClassName
{
color: #CA893F;
}
.AnyTagClassName
{
color: #CA893F;
}
</style>
background-color css
<style>
a { background-color: #CA893F; }
a { background-color: rgb(202,137,63); }
div.DivClassName
{
background-color: #CA893F;
}
.BgClassName
{
background-color: #CA893F;
}
</style>
border-color css
<style>
span { border-color: #CA893F; }
span { border-color: rgb(202,137,63); }
td.TdClassName
{
border-color: #CA893F;
}
.TagClassName
{
border-color: #CA893F;
}
</style>