Shades of Peru #CD894A
Tints of Peru #CD894A
RGB
CMYK
RGB Variations
Color information
#CD894A (or 0xCD894A) is known color: Peru. HEX triplet: CD, 89 and 4A. RGB value is (205,137,74). Sum of RGB (Red+Green+Blue) = 205+137+74=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD894A is #3276B5. Grayscale: #969696. Windows color (decimal): -3307190 or 4884941. OLE color: 4884941.
HSL color Cylindrical-coordinate representation of color #CD894A: hue angle of 28.85º 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 #CD894A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 74 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.20 |
| HSL | 28.85º | 0.57% | 0.55% | - |
| HSV(B) | 28.85º | 0.64% | 0.8% | - |
| XYZ | 35.36 | 31.36 | 10.67 | - |
| YUV | 150.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 74 | 0 | 0.33 | 0.64 | 0.20 | 28.85 | 0.57 | 0.55 |
| Hex | CD | 89 | 4A | 0 | 21 | 40 | 14 | 1D | 39 | 37 |
| Octal | 315 | 211 | 112 | 0 | 41 | 100 | 24 | 35 | 71 | 67 |
| Binary | 11001101 | 10001001 | 1001010 | 0 | 100001 | 1000000 | 10100 | 11101 | 111001 | 110111 |
Color Harmonies of #CD894A
Complementary color
Monochromatic Colors of #CD894A
Black with #CD894A
Text Example
Text Example
White with #CD894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD894A; }
p { color: rgb(205,137,74); }
H1.HeaderClassName
{
color: #CD894A;
}
.AnyTagClassName
{
color: #CD894A;
}
</style>
background-color css
<style>
a { background-color: #CD894A; }
a { background-color: rgb(205,137,74); }
div.DivClassName
{
background-color: #CD894A;
}
.BgClassName
{
background-color: #CD894A;
}
</style>
border-color css
<style>
span { border-color: #CD894A; }
span { border-color: rgb(205,137,74); }
td.TdClassName
{
border-color: #CD894A;
}
.TagClassName
{
border-color: #CD894A;
}
</style>