Shades of Peru #CF853B
Tints of Peru #CF853B
RGB
CMYK
RGB Variations
Color information
#CF853B (or 0xCF853B) is known color: Peru. HEX triplet: CF, 85 and 3B. RGB value is (207,133,59). Sum of RGB (Red+Green+Blue) = 207+133+59=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF853B is #307AC4. Grayscale: #939393. Windows color (decimal): -3177157 or 3900879. OLE color: 3900879.
HSL color Cylindrical-coordinate representation of color #CF853B: hue angle of 30º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF853B is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 59 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.19 |
| HSL | 30º | 0.61% | 0.52% | - |
| HSV(B) | 30º | 0.71% | 0.81% | - |
| XYZ | 34.91 | 30.36 | 8.16 | - |
| YUV | 146.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 59 | 0 | 0.36 | 0.71 | 0.19 | 30 | 0.61 | 0.52 |
| Hex | CF | 85 | 3B | 0 | 24 | 47 | 13 | 1E | 3D | 34 |
| Octal | 317 | 205 | 73 | 0 | 44 | 107 | 23 | 36 | 75 | 64 |
| Binary | 11001111 | 10000101 | 111011 | 0 | 100100 | 1000111 | 10011 | 11110 | 111101 | 110100 |
Color Harmonies of #CF853B
Complementary color
Monochromatic Colors of #CF853B
Black with #CF853B
Text Example
Text Example
White with #CF853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF853B; }
p { color: rgb(207,133,59); }
H1.HeaderClassName
{
color: #CF853B;
}
.AnyTagClassName
{
color: #CF853B;
}
</style>
background-color css
<style>
a { background-color: #CF853B; }
a { background-color: rgb(207,133,59); }
div.DivClassName
{
background-color: #CF853B;
}
.BgClassName
{
background-color: #CF853B;
}
</style>
border-color css
<style>
span { border-color: #CF853B; }
span { border-color: rgb(207,133,59); }
td.TdClassName
{
border-color: #CF853B;
}
.TagClassName
{
border-color: #CF853B;
}
</style>