Shades of Peru #CA884A
Tints of Peru #CA884A
RGB
CMYK
RGB Variations
Color information
#CA884A (or 0xCA884A) is known color: Peru. HEX triplet: CA, 88 and 4A. RGB value is (202,136,74). Sum of RGB (Red+Green+Blue) = 202+136+74=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA884A is #3577B5. Grayscale: #949494. Windows color (decimal): -3504054 or 4884682. OLE color: 4884682.
HSL color Cylindrical-coordinate representation of color #CA884A: hue angle of 29.06º 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 #CA884A is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 74 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.21 |
| HSL | 29.06º | 0.55% | 0.54% | - |
| HSV(B) | 29.06º | 0.63% | 0.79% | - |
| XYZ | 34.4 | 30.66 | 10.58 | - |
| YUV | 148.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 74 | 0 | 0.33 | 0.63 | 0.21 | 29.06 | 0.55 | 0.54 |
| Hex | CA | 88 | 4A | 0 | 21 | 3F | 15 | 1D | 37 | 36 |
| Octal | 312 | 210 | 112 | 0 | 41 | 77 | 25 | 35 | 67 | 66 |
| Binary | 11001010 | 10001000 | 1001010 | 0 | 100001 | 111111 | 10101 | 11101 | 110111 | 110110 |
Color Harmonies of #CA884A
Complementary color
Monochromatic Colors of #CA884A
Black with #CA884A
Text Example
Text Example
White with #CA884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA884A; }
p { color: rgb(202,136,74); }
H1.HeaderClassName
{
color: #CA884A;
}
.AnyTagClassName
{
color: #CA884A;
}
</style>
background-color css
<style>
a { background-color: #CA884A; }
a { background-color: rgb(202,136,74); }
div.DivClassName
{
background-color: #CA884A;
}
.BgClassName
{
background-color: #CA884A;
}
</style>
border-color css
<style>
span { border-color: #CA884A; }
span { border-color: rgb(202,136,74); }
td.TdClassName
{
border-color: #CA884A;
}
.TagClassName
{
border-color: #CA884A;
}
</style>