Shades of Peru #CD8A40
Tints of Peru #CD8A40
RGB
CMYK
RGB Variations
Color information
#CD8A40 (or 0xCD8A40) is known color: Peru. HEX triplet: CD, 8A and 40. RGB value is (205,138,64). Sum of RGB (Red+Green+Blue) = 205+138+64=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8A40 is #3275BF. Grayscale: #959595. Windows color (decimal): -3306944 or 4229837. OLE color: 4229837.
HSL color Cylindrical-coordinate representation of color #CD8A40: hue angle of 31.49º 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 #CD8A40 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 64 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.20 |
| HSL | 31.49º | 0.59% | 0.53% | - |
| HSV(B) | 31.49º | 0.69% | 0.8% | - |
| XYZ | 35.19 | 31.53 | 9.08 | - |
| YUV | 149.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 64 | 0 | 0.33 | 0.69 | 0.20 | 31.49 | 0.59 | 0.53 |
| Hex | CD | 8A | 40 | 0 | 21 | 45 | 14 | 1F | 3B | 35 |
| Octal | 315 | 212 | 100 | 0 | 41 | 105 | 24 | 37 | 73 | 65 |
| Binary | 11001101 | 10001010 | 1000000 | 0 | 100001 | 1000101 | 10100 | 11111 | 111011 | 110101 |
Color Harmonies of #CD8A40
Complementary color
Monochromatic Colors of #CD8A40
Black with #CD8A40
Text Example
Text Example
White with #CD8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A40; }
p { color: rgb(205,138,64); }
H1.HeaderClassName
{
color: #CD8A40;
}
.AnyTagClassName
{
color: #CD8A40;
}
</style>
background-color css
<style>
a { background-color: #CD8A40; }
a { background-color: rgb(205,138,64); }
div.DivClassName
{
background-color: #CD8A40;
}
.BgClassName
{
background-color: #CD8A40;
}
</style>
border-color css
<style>
span { border-color: #CD8A40; }
span { border-color: rgb(205,138,64); }
td.TdClassName
{
border-color: #CD8A40;
}
.TagClassName
{
border-color: #CD8A40;
}
</style>