Shades of Peru #CF8849
Tints of Peru #CF8849
RGB
CMYK
RGB Variations
Color information
#CF8849 (or 0xCF8849) is known color: Peru. HEX triplet: CF, 88 and 49. RGB value is (207,136,73). Sum of RGB (Red+Green+Blue) = 207+136+73=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8849 is #3077B6. Grayscale: #969696. Windows color (decimal): -3176375 or 4819151. OLE color: 4819151.
HSL color Cylindrical-coordinate representation of color #CF8849: hue angle of 28.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF8849 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 73 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.19 |
| HSL | 28.21º | 0.58% | 0.55% | - |
| HSV(B) | 28.21º | 0.65% | 0.81% | - |
| XYZ | 35.74 | 31.35 | 10.47 | - |
| YUV | 150.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 73 | 0 | 0.34 | 0.65 | 0.19 | 28.21 | 0.58 | 0.55 |
| Hex | CF | 88 | 49 | 0 | 22 | 41 | 13 | 1C | 3A | 37 |
| Octal | 317 | 210 | 111 | 0 | 42 | 101 | 23 | 34 | 72 | 67 |
| Binary | 11001111 | 10001000 | 1001001 | 0 | 100010 | 1000001 | 10011 | 11100 | 111010 | 110111 |
Color Harmonies of #CF8849
Complementary color
Monochromatic Colors of #CF8849
Black with #CF8849
Text Example
Text Example
White with #CF8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8849; }
p { color: rgb(207,136,73); }
H1.HeaderClassName
{
color: #CF8849;
}
.AnyTagClassName
{
color: #CF8849;
}
</style>
background-color css
<style>
a { background-color: #CF8849; }
a { background-color: rgb(207,136,73); }
div.DivClassName
{
background-color: #CF8849;
}
.BgClassName
{
background-color: #CF8849;
}
</style>
border-color css
<style>
span { border-color: #CF8849; }
span { border-color: rgb(207,136,73); }
td.TdClassName
{
border-color: #CF8849;
}
.TagClassName
{
border-color: #CF8849;
}
</style>