Shades of Peru #CD8144
Tints of Peru #CD8144
RGB
CMYK
RGB Variations
Color information
#CD8144 (or 0xCD8144) is known color: Peru. HEX triplet: CD, 81 and 44. RGB value is (205,129,68). Sum of RGB (Red+Green+Blue) = 205+129+68=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8144 is #327EBB. Grayscale: #919191. Windows color (decimal): -3309244 or 4489677. OLE color: 4489677.
HSL color Cylindrical-coordinate representation of color #CD8144: hue angle of 26.72º 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 #CD8144 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 68 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.20 |
| HSL | 26.72º | 0.58% | 0.54% | - |
| HSV(B) | 26.72º | 0.67% | 0.8% | - |
| XYZ | 34.07 | 29.1 | 9.29 | - |
| YUV | 144.77 | 84.68 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 68 | 0 | 0.37 | 0.67 | 0.20 | 26.72 | 0.58 | 0.54 |
| Hex | CD | 81 | 44 | 0 | 25 | 43 | 14 | 1B | 3A | 36 |
| Octal | 315 | 201 | 104 | 0 | 45 | 103 | 24 | 33 | 72 | 66 |
| Binary | 11001101 | 10000001 | 1000100 | 0 | 100101 | 1000011 | 10100 | 11011 | 111010 | 110110 |
Color Harmonies of #CD8144
Complementary color
Monochromatic Colors of #CD8144
Black with #CD8144
Text Example
Text Example
White with #CD8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8144; }
p { color: rgb(205,129,68); }
H1.HeaderClassName
{
color: #CD8144;
}
.AnyTagClassName
{
color: #CD8144;
}
</style>
background-color css
<style>
a { background-color: #CD8144; }
a { background-color: rgb(205,129,68); }
div.DivClassName
{
background-color: #CD8144;
}
.BgClassName
{
background-color: #CD8144;
}
</style>
border-color css
<style>
span { border-color: #CD8144; }
span { border-color: rgb(205,129,68); }
td.TdClassName
{
border-color: #CD8144;
}
.TagClassName
{
border-color: #CD8144;
}
</style>