Shades of Peru #CD8C42
Tints of Peru #CD8C42
RGB
CMYK
RGB Variations
Color information
#CD8C42 (or 0xCD8C42) is known color: Peru. HEX triplet: CD, 8C and 42. RGB value is (205,140,66). Sum of RGB (Red+Green+Blue) = 205+140+66=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C42 is #3273BD. Grayscale: #979797. Windows color (decimal): -3306430 or 4361421. OLE color: 4361421.
HSL color Cylindrical-coordinate representation of color #CD8C42: hue angle of 31.94º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD8C42 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 66 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.20 |
| HSL | 31.94º | 0.58% | 0.53% | - |
| HSV(B) | 31.94º | 0.68% | 0.8% | - |
| XYZ | 35.54 | 32.13 | 9.48 | - |
| YUV | 151 | 80.03 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 66 | 0 | 0.32 | 0.68 | 0.20 | 31.94 | 0.58 | 0.53 |
| Hex | CD | 8C | 42 | 0 | 20 | 44 | 14 | 20 | 3A | 35 |
| Octal | 315 | 214 | 102 | 0 | 40 | 104 | 24 | 40 | 72 | 65 |
| Binary | 11001101 | 10001100 | 1000010 | 0 | 100000 | 1000100 | 10100 | 100000 | 111010 | 110101 |
Color Harmonies of #CD8C42
Complementary color
Monochromatic Colors of #CD8C42
Black with #CD8C42
Text Example
Text Example
White with #CD8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C42; }
p { color: rgb(205,140,66); }
H1.HeaderClassName
{
color: #CD8C42;
}
.AnyTagClassName
{
color: #CD8C42;
}
</style>
background-color css
<style>
a { background-color: #CD8C42; }
a { background-color: rgb(205,140,66); }
div.DivClassName
{
background-color: #CD8C42;
}
.BgClassName
{
background-color: #CD8C42;
}
</style>
border-color css
<style>
span { border-color: #CD8C42; }
span { border-color: rgb(205,140,66); }
td.TdClassName
{
border-color: #CD8C42;
}
.TagClassName
{
border-color: #CD8C42;
}
</style>