Shades of Peru #CD813C
Tints of Peru #CD813C
RGB
CMYK
RGB Variations
Color information
#CD813C (or 0xCD813C) is known color: Peru. HEX triplet: CD, 81 and 3C. RGB value is (205,129,60). Sum of RGB (Red+Green+Blue) = 205+129+60=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD813C is #327EC3. Grayscale: #909090. Windows color (decimal): -3309252 or 3965389. OLE color: 3965389.
HSL color Cylindrical-coordinate representation of color #CD813C: hue angle of 28.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD813C is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 60 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.20 |
| HSL | 28.55º | 0.59% | 0.52% | - |
| HSV(B) | 28.55º | 0.71% | 0.8% | - |
| XYZ | 33.84 | 29.01 | 8.09 | - |
| YUV | 143.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 60 | 0 | 0.37 | 0.71 | 0.20 | 28.55 | 0.59 | 0.52 |
| Hex | CD | 81 | 3C | 0 | 25 | 47 | 14 | 1D | 3B | 34 |
| Octal | 315 | 201 | 74 | 0 | 45 | 107 | 24 | 35 | 73 | 64 |
| Binary | 11001101 | 10000001 | 111100 | 0 | 100101 | 1000111 | 10100 | 11101 | 111011 | 110100 |
Color Harmonies of #CD813C
Complementary color
Monochromatic Colors of #CD813C
Black with #CD813C
Text Example
Text Example
White with #CD813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD813C; }
p { color: rgb(205,129,60); }
H1.HeaderClassName
{
color: #CD813C;
}
.AnyTagClassName
{
color: #CD813C;
}
</style>
background-color css
<style>
a { background-color: #CD813C; }
a { background-color: rgb(205,129,60); }
div.DivClassName
{
background-color: #CD813C;
}
.BgClassName
{
background-color: #CD813C;
}
</style>
border-color css
<style>
span { border-color: #CD813C; }
span { border-color: rgb(205,129,60); }
td.TdClassName
{
border-color: #CD813C;
}
.TagClassName
{
border-color: #CD813C;
}
</style>