Shades of Peru #CA833E
Tints of Peru #CA833E
RGB
CMYK
RGB Variations
Color information
#CA833E (or 0xCA833E) is known color: Peru. HEX triplet: CA, 83 and 3E. RGB value is (202,131,62). Sum of RGB (Red+Green+Blue) = 202+131+62=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA833E is #357CC1. Grayscale: #909090. Windows color (decimal): -3505346 or 4096970. OLE color: 4096970.
HSL color Cylindrical-coordinate representation of color #CA833E: hue angle of 29.57º 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 #CA833E is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 62 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.21 |
| HSL | 29.57º | 0.57% | 0.52% | - |
| HSV(B) | 29.57º | 0.69% | 0.79% | - |
| XYZ | 33.34 | 29.14 | 8.42 | - |
| YUV | 144.36 | 81.52 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 62 | 0 | 0.35 | 0.69 | 0.21 | 29.57 | 0.57 | 0.52 |
| Hex | CA | 83 | 3E | 0 | 23 | 45 | 15 | 1E | 39 | 34 |
| Octal | 312 | 203 | 76 | 0 | 43 | 105 | 25 | 36 | 71 | 64 |
| Binary | 11001010 | 10000011 | 111110 | 0 | 100011 | 1000101 | 10101 | 11110 | 111001 | 110100 |
Color Harmonies of #CA833E
Complementary color
Monochromatic Colors of #CA833E
Black with #CA833E
Text Example
Text Example
White with #CA833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA833E; }
p { color: rgb(202,131,62); }
H1.HeaderClassName
{
color: #CA833E;
}
.AnyTagClassName
{
color: #CA833E;
}
</style>
background-color css
<style>
a { background-color: #CA833E; }
a { background-color: rgb(202,131,62); }
div.DivClassName
{
background-color: #CA833E;
}
.BgClassName
{
background-color: #CA833E;
}
</style>
border-color css
<style>
span { border-color: #CA833E; }
span { border-color: rgb(202,131,62); }
td.TdClassName
{
border-color: #CA833E;
}
.TagClassName
{
border-color: #CA833E;
}
</style>