Shades of Peru #CF894D
Tints of Peru #CF894D
RGB
CMYK
RGB Variations
Color information
#CF894D (or 0xCF894D) is known color: Peru. HEX triplet: CF, 89 and 4D. RGB value is (207,137,77). Sum of RGB (Red+Green+Blue) = 207+137+77=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF894D is #3076B2. Grayscale: #979797. Windows color (decimal): -3176115 or 5081551. OLE color: 5081551.
HSL color Cylindrical-coordinate representation of color #CF894D: hue angle of 27.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF894D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 77 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.19 |
| HSL | 27.69º | 0.58% | 0.56% | - |
| HSV(B) | 27.69º | 0.63% | 0.81% | - |
| XYZ | 36.02 | 31.69 | 11.24 | - |
| YUV | 151.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 77 | 0 | 0.34 | 0.63 | 0.19 | 27.69 | 0.58 | 0.56 |
| Hex | CF | 89 | 4D | 0 | 22 | 3F | 13 | 1C | 3A | 38 |
| Octal | 317 | 211 | 115 | 0 | 42 | 77 | 23 | 34 | 72 | 70 |
| Binary | 11001111 | 10001001 | 1001101 | 0 | 100010 | 111111 | 10011 | 11100 | 111010 | 111000 |
Color Harmonies of #CF894D
Complementary color
Monochromatic Colors of #CF894D
Black with #CF894D
Text Example
Text Example
White with #CF894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF894D; }
p { color: rgb(207,137,77); }
H1.HeaderClassName
{
color: #CF894D;
}
.AnyTagClassName
{
color: #CF894D;
}
</style>
background-color css
<style>
a { background-color: #CF894D; }
a { background-color: rgb(207,137,77); }
div.DivClassName
{
background-color: #CF894D;
}
.BgClassName
{
background-color: #CF894D;
}
</style>
border-color css
<style>
span { border-color: #CF894D; }
span { border-color: rgb(207,137,77); }
td.TdClassName
{
border-color: #CF894D;
}
.TagClassName
{
border-color: #CF894D;
}
</style>