Shades of Peru #CF883D
Tints of Peru #CF883D
RGB
CMYK
RGB Variations
Color information
#CF883D (or 0xCF883D) is known color: Peru. HEX triplet: CF, 88 and 3D. RGB value is (207,136,61). Sum of RGB (Red+Green+Blue) = 207+136+61=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF883D is #3077C2. Grayscale: #959595. Windows color (decimal): -3176387 or 4032719. OLE color: 4032719.
HSL color Cylindrical-coordinate representation of color #CF883D: hue angle of 30.82º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF883D is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 61 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.19 |
| HSL | 30.82º | 0.6% | 0.53% | - |
| HSV(B) | 30.82º | 0.71% | 0.81% | - |
| XYZ | 35.38 | 31.21 | 8.57 | - |
| YUV | 148.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 61 | 0 | 0.34 | 0.71 | 0.19 | 30.82 | 0.6 | 0.53 |
| Hex | CF | 88 | 3D | 0 | 22 | 47 | 13 | 1F | 3C | 35 |
| Octal | 317 | 210 | 75 | 0 | 42 | 107 | 23 | 37 | 74 | 65 |
| Binary | 11001111 | 10001000 | 111101 | 0 | 100010 | 1000111 | 10011 | 11111 | 111100 | 110101 |
Color Harmonies of #CF883D
Complementary color
Monochromatic Colors of #CF883D
Black with #CF883D
Text Example
Text Example
White with #CF883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF883D; }
p { color: rgb(207,136,61); }
H1.HeaderClassName
{
color: #CF883D;
}
.AnyTagClassName
{
color: #CF883D;
}
</style>
background-color css
<style>
a { background-color: #CF883D; }
a { background-color: rgb(207,136,61); }
div.DivClassName
{
background-color: #CF883D;
}
.BgClassName
{
background-color: #CF883D;
}
</style>
border-color css
<style>
span { border-color: #CF883D; }
span { border-color: rgb(207,136,61); }
td.TdClassName
{
border-color: #CF883D;
}
.TagClassName
{
border-color: #CF883D;
}
</style>