Shades of Peru #CD8B42
Tints of Peru #CD8B42
RGB
CMYK
RGB Variations
Color information
#CD8B42 (or 0xCD8B42) is known color: Peru. HEX triplet: CD, 8B and 42. RGB value is (205,139,66). Sum of RGB (Red+Green+Blue) = 205+139+66=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8B42 is #3274BD. Grayscale: #969696. Windows color (decimal): -3306686 or 4361165. OLE color: 4361165.
HSL color Cylindrical-coordinate representation of color #CD8B42: hue angle of 31.51º 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 #CD8B42 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 66 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.20 |
| HSL | 31.51º | 0.58% | 0.53% | - |
| HSV(B) | 31.51º | 0.68% | 0.8% | - |
| XYZ | 35.39 | 31.84 | 9.43 | - |
| YUV | 150.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 66 | 0 | 0.32 | 0.68 | 0.20 | 31.51 | 0.58 | 0.53 |
| Hex | CD | 8B | 42 | 0 | 20 | 44 | 14 | 20 | 3A | 35 |
| Octal | 315 | 213 | 102 | 0 | 40 | 104 | 24 | 40 | 72 | 65 |
| Binary | 11001101 | 10001011 | 1000010 | 0 | 100000 | 1000100 | 10100 | 100000 | 111010 | 110101 |
Color Harmonies of #CD8B42
Complementary color
Monochromatic Colors of #CD8B42
Black with #CD8B42
Text Example
Text Example
White with #CD8B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8B42; }
p { color: rgb(205,139,66); }
H1.HeaderClassName
{
color: #CD8B42;
}
.AnyTagClassName
{
color: #CD8B42;
}
</style>
background-color css
<style>
a { background-color: #CD8B42; }
a { background-color: rgb(205,139,66); }
div.DivClassName
{
background-color: #CD8B42;
}
.BgClassName
{
background-color: #CD8B42;
}
</style>
border-color css
<style>
span { border-color: #CD8B42; }
span { border-color: rgb(205,139,66); }
td.TdClassName
{
border-color: #CD8B42;
}
.TagClassName
{
border-color: #CD8B42;
}
</style>