Shades of Peru #CD8A4D
Tints of Peru #CD8A4D
RGB
CMYK
RGB Variations
Color information
#CD8A4D (or 0xCD8A4D) is known color: Peru. HEX triplet: CD, 8A and 4D. RGB value is (205,138,77). Sum of RGB (Red+Green+Blue) = 205+138+77=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A4D is #3275B2. Grayscale: #979797. Windows color (decimal): -3306931 or 5081805. OLE color: 5081805.
HSL color Cylindrical-coordinate representation of color #CD8A4D: hue angle of 28.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD8A4D is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 77 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.20 |
| HSL | 28.59º | 0.56% | 0.55% | - |
| HSV(B) | 28.59º | 0.62% | 0.8% | - |
| XYZ | 35.6 | 31.69 | 11.26 | - |
| YUV | 151.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 77 | 0 | 0.33 | 0.62 | 0.20 | 28.59 | 0.56 | 0.55 |
| Hex | CD | 8A | 4D | 0 | 21 | 3E | 14 | 1D | 38 | 37 |
| Octal | 315 | 212 | 115 | 0 | 41 | 76 | 24 | 35 | 70 | 67 |
| Binary | 11001101 | 10001010 | 1001101 | 0 | 100001 | 111110 | 10100 | 11101 | 111000 | 110111 |
Color Harmonies of #CD8A4D
Complementary color
Monochromatic Colors of #CD8A4D
Black with #CD8A4D
Text Example
Text Example
White with #CD8A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A4D; }
p { color: rgb(205,138,77); }
H1.HeaderClassName
{
color: #CD8A4D;
}
.AnyTagClassName
{
color: #CD8A4D;
}
</style>
background-color css
<style>
a { background-color: #CD8A4D; }
a { background-color: rgb(205,138,77); }
div.DivClassName
{
background-color: #CD8A4D;
}
.BgClassName
{
background-color: #CD8A4D;
}
</style>
border-color css
<style>
span { border-color: #CD8A4D; }
span { border-color: rgb(205,138,77); }
td.TdClassName
{
border-color: #CD8A4D;
}
.TagClassName
{
border-color: #CD8A4D;
}
</style>