Shades of Peru #CD8143
Tints of Peru #CD8143
RGB
CMYK
RGB Variations
Color information
#CD8143 (or 0xCD8143) is known color: Peru. HEX triplet: CD, 81 and 43. RGB value is (205,129,67). Sum of RGB (Red+Green+Blue) = 205+129+67=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8143 is #327EBC. Grayscale: #909090. Windows color (decimal): -3309245 or 4424141. OLE color: 4424141.
HSL color Cylindrical-coordinate representation of color #CD8143: hue angle of 26.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD8143 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 67 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.20 |
| HSL | 26.96º | 0.58% | 0.53% | - |
| HSV(B) | 26.96º | 0.67% | 0.8% | - |
| XYZ | 34.04 | 29.08 | 9.13 | - |
| YUV | 144.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 67 | 0 | 0.37 | 0.67 | 0.20 | 26.96 | 0.58 | 0.53 |
| Hex | CD | 81 | 43 | 0 | 25 | 43 | 14 | 1B | 3A | 35 |
| Octal | 315 | 201 | 103 | 0 | 45 | 103 | 24 | 33 | 72 | 65 |
| Binary | 11001101 | 10000001 | 1000011 | 0 | 100101 | 1000011 | 10100 | 11011 | 111010 | 110101 |
Color Harmonies of #CD8143
Complementary color
Monochromatic Colors of #CD8143
Black with #CD8143
Text Example
Text Example
White with #CD8143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8143; }
p { color: rgb(205,129,67); }
H1.HeaderClassName
{
color: #CD8143;
}
.AnyTagClassName
{
color: #CD8143;
}
</style>
background-color css
<style>
a { background-color: #CD8143; }
a { background-color: rgb(205,129,67); }
div.DivClassName
{
background-color: #CD8143;
}
.BgClassName
{
background-color: #CD8143;
}
</style>
border-color css
<style>
span { border-color: #CD8143; }
span { border-color: rgb(205,129,67); }
td.TdClassName
{
border-color: #CD8143;
}
.TagClassName
{
border-color: #CD8143;
}
</style>