Shades of Peru #CA853F
Tints of Peru #CA853F
RGB
CMYK
RGB Variations
Color information
#CA853F (or 0xCA853F) is known color: Peru. HEX triplet: CA, 85 and 3F. RGB value is (202,133,63). Sum of RGB (Red+Green+Blue) = 202+133+63=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA853F is #357AC0. Grayscale: #929292. Windows color (decimal): -3504833 or 4163018. OLE color: 4163018.
HSL color Cylindrical-coordinate representation of color #CA853F: hue angle of 30.22º 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 #CA853F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 63 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.21 |
| HSL | 30.22º | 0.57% | 0.52% | - |
| HSV(B) | 30.22º | 0.69% | 0.79% | - |
| XYZ | 33.64 | 29.69 | 8.66 | - |
| YUV | 145.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 63 | 0 | 0.34 | 0.69 | 0.21 | 30.22 | 0.57 | 0.52 |
| Hex | CA | 85 | 3F | 0 | 22 | 45 | 15 | 1E | 39 | 34 |
| Octal | 312 | 205 | 77 | 0 | 42 | 105 | 25 | 36 | 71 | 64 |
| Binary | 11001010 | 10000101 | 111111 | 0 | 100010 | 1000101 | 10101 | 11110 | 111001 | 110100 |
Color Harmonies of #CA853F
Complementary color
Monochromatic Colors of #CA853F
Black with #CA853F
Text Example
Text Example
White with #CA853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA853F; }
p { color: rgb(202,133,63); }
H1.HeaderClassName
{
color: #CA853F;
}
.AnyTagClassName
{
color: #CA853F;
}
</style>
background-color css
<style>
a { background-color: #CA853F; }
a { background-color: rgb(202,133,63); }
div.DivClassName
{
background-color: #CA853F;
}
.BgClassName
{
background-color: #CA853F;
}
</style>
border-color css
<style>
span { border-color: #CA853F; }
span { border-color: rgb(202,133,63); }
td.TdClassName
{
border-color: #CA853F;
}
.TagClassName
{
border-color: #CA853F;
}
</style>