Shades of Peru #CF884C
Tints of Peru #CF884C
RGB
CMYK
RGB Variations
Color information
#CF884C (or 0xCF884C) is known color: Peru. HEX triplet: CF, 88 and 4C. RGB value is (207,136,76). Sum of RGB (Red+Green+Blue) = 207+136+76=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF884C is #3077B3. Grayscale: #969696. Windows color (decimal): -3176372 or 5015759. OLE color: 5015759.
HSL color Cylindrical-coordinate representation of color #CF884C: hue angle of 27.48º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF884C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 76 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.19 |
| HSL | 27.48º | 0.58% | 0.55% | - |
| HSV(B) | 27.48º | 0.63% | 0.81% | - |
| XYZ | 35.84 | 31.4 | 11.01 | - |
| YUV | 150.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 76 | 0 | 0.34 | 0.63 | 0.19 | 27.48 | 0.58 | 0.55 |
| Hex | CF | 88 | 4C | 0 | 22 | 3F | 13 | 1B | 3A | 37 |
| Octal | 317 | 210 | 114 | 0 | 42 | 77 | 23 | 33 | 72 | 67 |
| Binary | 11001111 | 10001000 | 1001100 | 0 | 100010 | 111111 | 10011 | 11011 | 111010 | 110111 |
Color Harmonies of #CF884C
Complementary color
Monochromatic Colors of #CF884C
Black with #CF884C
Text Example
Text Example
White with #CF884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF884C; }
p { color: rgb(207,136,76); }
H1.HeaderClassName
{
color: #CF884C;
}
.AnyTagClassName
{
color: #CF884C;
}
</style>
background-color css
<style>
a { background-color: #CF884C; }
a { background-color: rgb(207,136,76); }
div.DivClassName
{
background-color: #CF884C;
}
.BgClassName
{
background-color: #CF884C;
}
</style>
border-color css
<style>
span { border-color: #CF884C; }
span { border-color: rgb(207,136,76); }
td.TdClassName
{
border-color: #CF884C;
}
.TagClassName
{
border-color: #CF884C;
}
</style>