Shades of Peru #CD893B
Tints of Peru #CD893B
RGB
CMYK
RGB Variations
Color information
#CD893B (or 0xCD893B) is known color: Peru. HEX triplet: CD, 89 and 3B. RGB value is (205,137,59). Sum of RGB (Red+Green+Blue) = 205+137+59=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD893B is #3276C4. Grayscale: #949494. Windows color (decimal): -3307205 or 3901901. OLE color: 3901901.
HSL color Cylindrical-coordinate representation of color #CD893B: hue angle of 32.05º 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 #CD893B is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 59 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.20 |
| HSL | 32.05º | 0.59% | 0.52% | - |
| HSV(B) | 32.05º | 0.71% | 0.8% | - |
| XYZ | 34.91 | 31.19 | 8.32 | - |
| YUV | 148.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 59 | 0 | 0.33 | 0.71 | 0.20 | 32.05 | 0.59 | 0.52 |
| Hex | CD | 89 | 3B | 0 | 21 | 47 | 14 | 20 | 3B | 34 |
| Octal | 315 | 211 | 73 | 0 | 41 | 107 | 24 | 40 | 73 | 64 |
| Binary | 11001101 | 10001001 | 111011 | 0 | 100001 | 1000111 | 10100 | 100000 | 111011 | 110100 |
Color Harmonies of #CD893B
Complementary color
Monochromatic Colors of #CD893B
Black with #CD893B
Text Example
Text Example
White with #CD893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD893B; }
p { color: rgb(205,137,59); }
H1.HeaderClassName
{
color: #CD893B;
}
.AnyTagClassName
{
color: #CD893B;
}
</style>
background-color css
<style>
a { background-color: #CD893B; }
a { background-color: rgb(205,137,59); }
div.DivClassName
{
background-color: #CD893B;
}
.BgClassName
{
background-color: #CD893B;
}
</style>
border-color css
<style>
span { border-color: #CD893B; }
span { border-color: rgb(205,137,59); }
td.TdClassName
{
border-color: #CD893B;
}
.TagClassName
{
border-color: #CD893B;
}
</style>