Shades of Peru #CA803F
Tints of Peru #CA803F
RGB
CMYK
RGB Variations
Color information
#CA803F (or 0xCA803F) is known color: Peru. HEX triplet: CA, 80 and 3F. RGB value is (202,128,63). Sum of RGB (Red+Green+Blue) = 202+128+63=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA803F is #357FC0. Grayscale: #8F8F8F. Windows color (decimal): -3506113 or 4161738. OLE color: 4161738.
HSL color Cylindrical-coordinate representation of color #CA803F: hue angle of 28.06º 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 #CA803F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 63 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.21 |
| HSL | 28.06º | 0.57% | 0.52% | - |
| HSV(B) | 28.06º | 0.69% | 0.79% | - |
| XYZ | 32.97 | 28.35 | 8.44 | - |
| YUV | 142.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 63 | 0 | 0.37 | 0.69 | 0.21 | 28.06 | 0.57 | 0.52 |
| Hex | CA | 80 | 3F | 0 | 25 | 45 | 15 | 1C | 39 | 34 |
| Octal | 312 | 200 | 77 | 0 | 45 | 105 | 25 | 34 | 71 | 64 |
| Binary | 11001010 | 10000000 | 111111 | 0 | 100101 | 1000101 | 10101 | 11100 | 111001 | 110100 |
Color Harmonies of #CA803F
Complementary color
Monochromatic Colors of #CA803F
Black with #CA803F
Text Example
Text Example
White with #CA803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA803F; }
p { color: rgb(202,128,63); }
H1.HeaderClassName
{
color: #CA803F;
}
.AnyTagClassName
{
color: #CA803F;
}
</style>
background-color css
<style>
a { background-color: #CA803F; }
a { background-color: rgb(202,128,63); }
div.DivClassName
{
background-color: #CA803F;
}
.BgClassName
{
background-color: #CA803F;
}
</style>
border-color css
<style>
span { border-color: #CA803F; }
span { border-color: rgb(202,128,63); }
td.TdClassName
{
border-color: #CA803F;
}
.TagClassName
{
border-color: #CA803F;
}
</style>