Shades of Peru #CD8C4A
Tints of Peru #CD8C4A
RGB
CMYK
RGB Variations
Color information
#CD8C4A (or 0xCD8C4A) is known color: Peru. HEX triplet: CD, 8C and 4A. RGB value is (205,140,74). Sum of RGB (Red+Green+Blue) = 205+140+74=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C4A is #3273B5. Grayscale: #989898. Windows color (decimal): -3306422 or 4885709. OLE color: 4885709.
HSL color Cylindrical-coordinate representation of color #CD8C4A: hue angle of 30.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD8C4A is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 74 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.20 |
| HSL | 30.23º | 0.57% | 0.55% | - |
| HSV(B) | 30.23º | 0.64% | 0.8% | - |
| XYZ | 35.79 | 32.23 | 10.81 | - |
| YUV | 151.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 74 | 0 | 0.32 | 0.64 | 0.20 | 30.23 | 0.57 | 0.55 |
| Hex | CD | 8C | 4A | 0 | 20 | 40 | 14 | 1E | 39 | 37 |
| Octal | 315 | 214 | 112 | 0 | 40 | 100 | 24 | 36 | 71 | 67 |
| Binary | 11001101 | 10001100 | 1001010 | 0 | 100000 | 1000000 | 10100 | 11110 | 111001 | 110111 |
Color Harmonies of #CD8C4A
Complementary color
Monochromatic Colors of #CD8C4A
Black with #CD8C4A
Text Example
Text Example
White with #CD8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C4A; }
p { color: rgb(205,140,74); }
H1.HeaderClassName
{
color: #CD8C4A;
}
.AnyTagClassName
{
color: #CD8C4A;
}
</style>
background-color css
<style>
a { background-color: #CD8C4A; }
a { background-color: rgb(205,140,74); }
div.DivClassName
{
background-color: #CD8C4A;
}
.BgClassName
{
background-color: #CD8C4A;
}
</style>
border-color css
<style>
span { border-color: #CD8C4A; }
span { border-color: rgb(205,140,74); }
td.TdClassName
{
border-color: #CD8C4A;
}
.TagClassName
{
border-color: #CD8C4A;
}
</style>