Shades of Peru #CF8B4A
Tints of Peru #CF8B4A
RGB
CMYK
RGB Variations
Color information
#CF8B4A (or 0xCF8B4A) is known color: Peru. HEX triplet: CF, 8B and 4A. RGB value is (207,139,74). Sum of RGB (Red+Green+Blue) = 207+139+74=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B4A is #3074B5. Grayscale: #989898. Windows color (decimal): -3175606 or 4885455. OLE color: 4885455.
HSL color Cylindrical-coordinate representation of color #CF8B4A: hue angle of 29.32º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF8B4A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 74 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.19 |
| HSL | 29.32º | 0.58% | 0.55% | - |
| HSV(B) | 29.32º | 0.64% | 0.81% | - |
| XYZ | 36.2 | 32.23 | 10.79 | - |
| YUV | 151.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 74 | 0 | 0.33 | 0.64 | 0.19 | 29.32 | 0.58 | 0.55 |
| Hex | CF | 8B | 4A | 0 | 21 | 40 | 13 | 1D | 3A | 37 |
| Octal | 317 | 213 | 112 | 0 | 41 | 100 | 23 | 35 | 72 | 67 |
| Binary | 11001111 | 10001011 | 1001010 | 0 | 100001 | 1000000 | 10011 | 11101 | 111010 | 110111 |
Color Harmonies of #CF8B4A
Complementary color
Monochromatic Colors of #CF8B4A
Black with #CF8B4A
Text Example
Text Example
White with #CF8B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B4A; }
p { color: rgb(207,139,74); }
H1.HeaderClassName
{
color: #CF8B4A;
}
.AnyTagClassName
{
color: #CF8B4A;
}
</style>
background-color css
<style>
a { background-color: #CF8B4A; }
a { background-color: rgb(207,139,74); }
div.DivClassName
{
background-color: #CF8B4A;
}
.BgClassName
{
background-color: #CF8B4A;
}
</style>
border-color css
<style>
span { border-color: #CF8B4A; }
span { border-color: rgb(207,139,74); }
td.TdClassName
{
border-color: #CF8B4A;
}
.TagClassName
{
border-color: #CF8B4A;
}
</style>