Shades of Peru #CA894A
Tints of Peru #CA894A
RGB
CMYK
RGB Variations
Color information
#CA894A (or 0xCA894A) is known color: Peru. HEX triplet: CA, 89 and 4A. RGB value is (202,137,74). Sum of RGB (Red+Green+Blue) = 202+137+74=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA894A is #3576B5. Grayscale: #959595. Windows color (decimal): -3503798 or 4884938. OLE color: 4884938.
HSL color Cylindrical-coordinate representation of color #CA894A: hue angle of 29.53º 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 #CA894A is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 74 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.21 |
| HSL | 29.53º | 0.55% | 0.54% | - |
| HSV(B) | 29.53º | 0.63% | 0.79% | - |
| XYZ | 34.54 | 30.94 | 10.63 | - |
| YUV | 149.25 | 85.53 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 74 | 0 | 0.32 | 0.63 | 0.21 | 29.53 | 0.55 | 0.54 |
| Hex | CA | 89 | 4A | 0 | 20 | 3F | 15 | 1E | 37 | 36 |
| Octal | 312 | 211 | 112 | 0 | 40 | 77 | 25 | 36 | 67 | 66 |
| Binary | 11001010 | 10001001 | 1001010 | 0 | 100000 | 111111 | 10101 | 11110 | 110111 | 110110 |
Color Harmonies of #CA894A
Complementary color
Monochromatic Colors of #CA894A
Black with #CA894A
Text Example
Text Example
White with #CA894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA894A; }
p { color: rgb(202,137,74); }
H1.HeaderClassName
{
color: #CA894A;
}
.AnyTagClassName
{
color: #CA894A;
}
</style>
background-color css
<style>
a { background-color: #CA894A; }
a { background-color: rgb(202,137,74); }
div.DivClassName
{
background-color: #CA894A;
}
.BgClassName
{
background-color: #CA894A;
}
</style>
border-color css
<style>
span { border-color: #CA894A; }
span { border-color: rgb(202,137,74); }
td.TdClassName
{
border-color: #CA894A;
}
.TagClassName
{
border-color: #CA894A;
}
</style>