Shades of Peru #CD8843
Tints of Peru #CD8843
RGB
CMYK
RGB Variations
Color information
#CD8843 (or 0xCD8843) is known color: Peru. HEX triplet: CD, 88 and 43. RGB value is (205,136,67). Sum of RGB (Red+Green+Blue) = 205+136+67=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8843 is #3277BC. Grayscale: #959595. Windows color (decimal): -3307453 or 4425933. OLE color: 4425933.
HSL color Cylindrical-coordinate representation of color #CD8843: hue angle of 30º 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 #CD8843 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 67 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.20 |
| HSL | 30º | 0.58% | 0.53% | - |
| HSV(B) | 30º | 0.67% | 0.8% | - |
| XYZ | 34.99 | 30.99 | 9.45 | - |
| YUV | 148.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 67 | 0 | 0.34 | 0.67 | 0.20 | 30 | 0.58 | 0.53 |
| Hex | CD | 88 | 43 | 0 | 22 | 43 | 14 | 1E | 3A | 35 |
| Octal | 315 | 210 | 103 | 0 | 42 | 103 | 24 | 36 | 72 | 65 |
| Binary | 11001101 | 10001000 | 1000011 | 0 | 100010 | 1000011 | 10100 | 11110 | 111010 | 110101 |
Color Harmonies of #CD8843
Complementary color
Monochromatic Colors of #CD8843
Black with #CD8843
Text Example
Text Example
White with #CD8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8843; }
p { color: rgb(205,136,67); }
H1.HeaderClassName
{
color: #CD8843;
}
.AnyTagClassName
{
color: #CD8843;
}
</style>
background-color css
<style>
a { background-color: #CD8843; }
a { background-color: rgb(205,136,67); }
div.DivClassName
{
background-color: #CD8843;
}
.BgClassName
{
background-color: #CD8843;
}
</style>
border-color css
<style>
span { border-color: #CD8843; }
span { border-color: rgb(205,136,67); }
td.TdClassName
{
border-color: #CD8843;
}
.TagClassName
{
border-color: #CD8843;
}
</style>