Shades of Peru #CA883D
Tints of Peru #CA883D
RGB
CMYK
RGB Variations
Color information
#CA883D (or 0xCA883D) is known color: Peru. HEX triplet: CA, 88 and 3D. RGB value is (202,136,61). Sum of RGB (Red+Green+Blue) = 202+136+61=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA883D is #3577C2. Grayscale: #939393. Windows color (decimal): -3504067 or 4032714. OLE color: 4032714.
HSL color Cylindrical-coordinate representation of color #CA883D: hue angle of 31.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA883D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 61 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.21 |
| HSL | 31.91º | 0.57% | 0.52% | - |
| HSV(B) | 31.91º | 0.7% | 0.79% | - |
| XYZ | 34 | 30.5 | 8.51 | - |
| YUV | 147.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 61 | 0 | 0.33 | 0.70 | 0.21 | 31.91 | 0.57 | 0.52 |
| Hex | CA | 88 | 3D | 0 | 21 | 46 | 15 | 20 | 39 | 34 |
| Octal | 312 | 210 | 75 | 0 | 41 | 106 | 25 | 40 | 71 | 64 |
| Binary | 11001010 | 10001000 | 111101 | 0 | 100001 | 1000110 | 10101 | 100000 | 111001 | 110100 |
Color Harmonies of #CA883D
Complementary color
Monochromatic Colors of #CA883D
Black with #CA883D
Text Example
Text Example
White with #CA883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA883D; }
p { color: rgb(202,136,61); }
H1.HeaderClassName
{
color: #CA883D;
}
.AnyTagClassName
{
color: #CA883D;
}
</style>
background-color css
<style>
a { background-color: #CA883D; }
a { background-color: rgb(202,136,61); }
div.DivClassName
{
background-color: #CA883D;
}
.BgClassName
{
background-color: #CA883D;
}
</style>
border-color css
<style>
span { border-color: #CA883D; }
span { border-color: rgb(202,136,61); }
td.TdClassName
{
border-color: #CA883D;
}
.TagClassName
{
border-color: #CA883D;
}
</style>