Shades of Peru #CD8C40
Tints of Peru #CD8C40
RGB
CMYK
RGB Variations
Color information
#CD8C40 (or 0xCD8C40) is known color: Peru. HEX triplet: CD, 8C and 40. RGB value is (205,140,64). Sum of RGB (Red+Green+Blue) = 205+140+64=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C40 is #3273BF. Grayscale: #979797. Windows color (decimal): -3306432 or 4230349. OLE color: 4230349.
HSL color Cylindrical-coordinate representation of color #CD8C40: hue angle of 32.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD8C40 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 64 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.20 |
| HSL | 32.34º | 0.59% | 0.53% | - |
| HSV(B) | 32.34º | 0.69% | 0.8% | - |
| XYZ | 35.48 | 32.11 | 9.18 | - |
| YUV | 150.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 64 | 0 | 0.32 | 0.69 | 0.20 | 32.34 | 0.59 | 0.53 |
| Hex | CD | 8C | 40 | 0 | 20 | 45 | 14 | 20 | 3B | 35 |
| Octal | 315 | 214 | 100 | 0 | 40 | 105 | 24 | 40 | 73 | 65 |
| Binary | 11001101 | 10001100 | 1000000 | 0 | 100000 | 1000101 | 10100 | 100000 | 111011 | 110101 |
Color Harmonies of #CD8C40
Complementary color
Monochromatic Colors of #CD8C40
Black with #CD8C40
Text Example
Text Example
White with #CD8C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C40; }
p { color: rgb(205,140,64); }
H1.HeaderClassName
{
color: #CD8C40;
}
.AnyTagClassName
{
color: #CD8C40;
}
</style>
background-color css
<style>
a { background-color: #CD8C40; }
a { background-color: rgb(205,140,64); }
div.DivClassName
{
background-color: #CD8C40;
}
.BgClassName
{
background-color: #CD8C40;
}
</style>
border-color css
<style>
span { border-color: #CD8C40; }
span { border-color: rgb(205,140,64); }
td.TdClassName
{
border-color: #CD8C40;
}
.TagClassName
{
border-color: #CD8C40;
}
</style>