Shades of Peru #CD893C
Tints of Peru #CD893C
RGB
CMYK
RGB Variations
Color information
#CD893C (or 0xCD893C) is known color: Peru. HEX triplet: CD, 89 and 3C. RGB value is (205,137,60). Sum of RGB (Red+Green+Blue) = 205+137+60=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD893C is #3276C3. Grayscale: #949494. Windows color (decimal): -3307204 or 3967437. OLE color: 3967437.
HSL color Cylindrical-coordinate representation of color #CD893C: hue angle of 31.86º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD893C is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 60 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.20 |
| HSL | 31.86º | 0.59% | 0.52% | - |
| HSV(B) | 31.86º | 0.71% | 0.8% | - |
| XYZ | 34.94 | 31.2 | 8.46 | - |
| YUV | 148.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 60 | 0 | 0.33 | 0.71 | 0.20 | 31.86 | 0.59 | 0.52 |
| Hex | CD | 89 | 3C | 0 | 21 | 47 | 14 | 20 | 3B | 34 |
| Octal | 315 | 211 | 74 | 0 | 41 | 107 | 24 | 40 | 73 | 64 |
| Binary | 11001101 | 10001001 | 111100 | 0 | 100001 | 1000111 | 10100 | 100000 | 111011 | 110100 |
Color Harmonies of #CD893C
Complementary color
Monochromatic Colors of #CD893C
Black with #CD893C
Text Example
Text Example
White with #CD893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD893C; }
p { color: rgb(205,137,60); }
H1.HeaderClassName
{
color: #CD893C;
}
.AnyTagClassName
{
color: #CD893C;
}
</style>
background-color css
<style>
a { background-color: #CD893C; }
a { background-color: rgb(205,137,60); }
div.DivClassName
{
background-color: #CD893C;
}
.BgClassName
{
background-color: #CD893C;
}
</style>
border-color css
<style>
span { border-color: #CD893C; }
span { border-color: rgb(205,137,60); }
td.TdClassName
{
border-color: #CD893C;
}
.TagClassName
{
border-color: #CD893C;
}
</style>