Shades of Peru #CA823E
Tints of Peru #CA823E
RGB
CMYK
RGB Variations
Color information
#CA823E (or 0xCA823E) is known color: Peru. HEX triplet: CA, 82 and 3E. RGB value is (202,130,62). Sum of RGB (Red+Green+Blue) = 202+130+62=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA823E is #357DC1. Grayscale: #909090. Windows color (decimal): -3505602 or 4096714. OLE color: 4096714.
HSL color Cylindrical-coordinate representation of color #CA823E: hue angle of 29.14º 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 #CA823E is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 62 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.21 |
| HSL | 29.14º | 0.57% | 0.52% | - |
| HSV(B) | 29.14º | 0.69% | 0.79% | - |
| XYZ | 33.21 | 28.87 | 8.38 | - |
| YUV | 143.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 62 | 0 | 0.36 | 0.69 | 0.21 | 29.14 | 0.57 | 0.52 |
| Hex | CA | 82 | 3E | 0 | 24 | 45 | 15 | 1D | 39 | 34 |
| Octal | 312 | 202 | 76 | 0 | 44 | 105 | 25 | 35 | 71 | 64 |
| Binary | 11001010 | 10000010 | 111110 | 0 | 100100 | 1000101 | 10101 | 11101 | 111001 | 110100 |
Color Harmonies of #CA823E
Complementary color
Monochromatic Colors of #CA823E
Black with #CA823E
Text Example
Text Example
White with #CA823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA823E; }
p { color: rgb(202,130,62); }
H1.HeaderClassName
{
color: #CA823E;
}
.AnyTagClassName
{
color: #CA823E;
}
</style>
background-color css
<style>
a { background-color: #CA823E; }
a { background-color: rgb(202,130,62); }
div.DivClassName
{
background-color: #CA823E;
}
.BgClassName
{
background-color: #CA823E;
}
</style>
border-color css
<style>
span { border-color: #CA823E; }
span { border-color: rgb(202,130,62); }
td.TdClassName
{
border-color: #CA823E;
}
.TagClassName
{
border-color: #CA823E;
}
</style>