Shades of Peru #CD8C44
Tints of Peru #CD8C44
RGB
CMYK
RGB Variations
Color information
#CD8C44 (or 0xCD8C44) is known color: Peru. HEX triplet: CD, 8C and 44. RGB value is (205,140,68). Sum of RGB (Red+Green+Blue) = 205+140+68=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C44 is #3273BB. Grayscale: #979797. Windows color (decimal): -3306428 or 4492493. OLE color: 4492493.
HSL color Cylindrical-coordinate representation of color #CD8C44: hue angle of 31.53º 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 #CD8C44 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 68 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.20 |
| HSL | 31.53º | 0.58% | 0.54% | - |
| HSV(B) | 31.53º | 0.67% | 0.8% | - |
| XYZ | 35.6 | 32.15 | 9.8 | - |
| YUV | 151.23 | 81.03 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 68 | 0 | 0.32 | 0.67 | 0.20 | 31.53 | 0.58 | 0.54 |
| Hex | CD | 8C | 44 | 0 | 20 | 43 | 14 | 20 | 3A | 36 |
| Octal | 315 | 214 | 104 | 0 | 40 | 103 | 24 | 40 | 72 | 66 |
| Binary | 11001101 | 10001100 | 1000100 | 0 | 100000 | 1000011 | 10100 | 100000 | 111010 | 110110 |
Color Harmonies of #CD8C44
Complementary color
Monochromatic Colors of #CD8C44
Black with #CD8C44
Text Example
Text Example
White with #CD8C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C44; }
p { color: rgb(205,140,68); }
H1.HeaderClassName
{
color: #CD8C44;
}
.AnyTagClassName
{
color: #CD8C44;
}
</style>
background-color css
<style>
a { background-color: #CD8C44; }
a { background-color: rgb(205,140,68); }
div.DivClassName
{
background-color: #CD8C44;
}
.BgClassName
{
background-color: #CD8C44;
}
</style>
border-color css
<style>
span { border-color: #CD8C44; }
span { border-color: rgb(205,140,68); }
td.TdClassName
{
border-color: #CD8C44;
}
.TagClassName
{
border-color: #CD8C44;
}
</style>