Shades of Peru #CA874A
Tints of Peru #CA874A
RGB
CMYK
RGB Variations
Color information
#CA874A (or 0xCA874A) is known color: Peru. HEX triplet: CA, 87 and 4A. RGB value is (202,135,74). Sum of RGB (Red+Green+Blue) = 202+135+74=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA874A is #3578B5. Grayscale: #949494. Windows color (decimal): -3504310 or 4884426. OLE color: 4884426.
HSL color Cylindrical-coordinate representation of color #CA874A: hue angle of 28.59º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA874A is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 74 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.21 |
| HSL | 28.59º | 0.55% | 0.54% | - |
| HSV(B) | 28.59º | 0.63% | 0.79% | - |
| XYZ | 34.26 | 30.38 | 10.54 | - |
| YUV | 148.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 74 | 0 | 0.33 | 0.63 | 0.21 | 28.59 | 0.55 | 0.54 |
| Hex | CA | 87 | 4A | 0 | 21 | 3F | 15 | 1D | 37 | 36 |
| Octal | 312 | 207 | 112 | 0 | 41 | 77 | 25 | 35 | 67 | 66 |
| Binary | 11001010 | 10000111 | 1001010 | 0 | 100001 | 111111 | 10101 | 11101 | 110111 | 110110 |
Color Harmonies of #CA874A
Complementary color
Monochromatic Colors of #CA874A
Black with #CA874A
Text Example
Text Example
White with #CA874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA874A; }
p { color: rgb(202,135,74); }
H1.HeaderClassName
{
color: #CA874A;
}
.AnyTagClassName
{
color: #CA874A;
}
</style>
background-color css
<style>
a { background-color: #CA874A; }
a { background-color: rgb(202,135,74); }
div.DivClassName
{
background-color: #CA874A;
}
.BgClassName
{
background-color: #CA874A;
}
</style>
border-color css
<style>
span { border-color: #CA874A; }
span { border-color: rgb(202,135,74); }
td.TdClassName
{
border-color: #CA874A;
}
.TagClassName
{
border-color: #CA874A;
}
</style>