Shades of Peru #CD8844
Tints of Peru #CD8844
RGB
CMYK
RGB Variations
Color information
#CD8844 (or 0xCD8844) is known color: Peru. HEX triplet: CD, 88 and 44. RGB value is (205,136,68). Sum of RGB (Red+Green+Blue) = 205+136+68=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8844 is #3277BB. Grayscale: #959595. Windows color (decimal): -3307452 or 4491469. OLE color: 4491469.
HSL color Cylindrical-coordinate representation of color #CD8844: hue angle of 29.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD8844 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 68 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.20 |
| HSL | 29.78º | 0.58% | 0.54% | - |
| HSV(B) | 29.78º | 0.67% | 0.8% | - |
| XYZ | 35.02 | 31 | 9.61 | - |
| YUV | 148.88 | 82.36 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 68 | 0 | 0.34 | 0.67 | 0.20 | 29.78 | 0.58 | 0.54 |
| Hex | CD | 88 | 44 | 0 | 22 | 43 | 14 | 1E | 3A | 36 |
| Octal | 315 | 210 | 104 | 0 | 42 | 103 | 24 | 36 | 72 | 66 |
| Binary | 11001101 | 10001000 | 1000100 | 0 | 100010 | 1000011 | 10100 | 11110 | 111010 | 110110 |
Color Harmonies of #CD8844
Complementary color
Monochromatic Colors of #CD8844
Black with #CD8844
Text Example
Text Example
White with #CD8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8844; }
p { color: rgb(205,136,68); }
H1.HeaderClassName
{
color: #CD8844;
}
.AnyTagClassName
{
color: #CD8844;
}
</style>
background-color css
<style>
a { background-color: #CD8844; }
a { background-color: rgb(205,136,68); }
div.DivClassName
{
background-color: #CD8844;
}
.BgClassName
{
background-color: #CD8844;
}
</style>
border-color css
<style>
span { border-color: #CD8844; }
span { border-color: rgb(205,136,68); }
td.TdClassName
{
border-color: #CD8844;
}
.TagClassName
{
border-color: #CD8844;
}
</style>