Shades of Peru #CF883F
Tints of Peru #CF883F
RGB
CMYK
RGB Variations
Color information
#CF883F (or 0xCF883F) is known color: Peru. HEX triplet: CF, 88 and 3F. RGB value is (207,136,63). Sum of RGB (Red+Green+Blue) = 207+136+63=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF883F is #3077C0. Grayscale: #959595. Windows color (decimal): -3176385 or 4163791. OLE color: 4163791.
HSL color Cylindrical-coordinate representation of color #CF883F: hue angle of 30.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF883F is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 63 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.19 |
| HSL | 30.42º | 0.6% | 0.53% | - |
| HSV(B) | 30.42º | 0.7% | 0.81% | - |
| XYZ | 35.43 | 31.23 | 8.86 | - |
| YUV | 148.91 | 79.52 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 63 | 0 | 0.34 | 0.70 | 0.19 | 30.42 | 0.6 | 0.53 |
| Hex | CF | 88 | 3F | 0 | 22 | 46 | 13 | 1E | 3C | 35 |
| Octal | 317 | 210 | 77 | 0 | 42 | 106 | 23 | 36 | 74 | 65 |
| Binary | 11001111 | 10001000 | 111111 | 0 | 100010 | 1000110 | 10011 | 11110 | 111100 | 110101 |
Color Harmonies of #CF883F
Complementary color
Monochromatic Colors of #CF883F
Black with #CF883F
Text Example
Text Example
White with #CF883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF883F; }
p { color: rgb(207,136,63); }
H1.HeaderClassName
{
color: #CF883F;
}
.AnyTagClassName
{
color: #CF883F;
}
</style>
background-color css
<style>
a { background-color: #CF883F; }
a { background-color: rgb(207,136,63); }
div.DivClassName
{
background-color: #CF883F;
}
.BgClassName
{
background-color: #CF883F;
}
</style>
border-color css
<style>
span { border-color: #CF883F; }
span { border-color: rgb(207,136,63); }
td.TdClassName
{
border-color: #CF883F;
}
.TagClassName
{
border-color: #CF883F;
}
</style>