Shades of Peru #CF853D
Tints of Peru #CF853D
RGB
CMYK
RGB Variations
Color information
#CF853D (or 0xCF853D) is known color: Peru. HEX triplet: CF, 85 and 3D. RGB value is (207,133,61). Sum of RGB (Red+Green+Blue) = 207+133+61=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF853D is #307AC2. Grayscale: #939393. Windows color (decimal): -3177155 or 4031951. OLE color: 4031951.
HSL color Cylindrical-coordinate representation of color #CF853D: hue angle of 29.59º 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 #CF853D is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 61 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.19 |
| HSL | 29.59º | 0.6% | 0.53% | - |
| HSV(B) | 29.59º | 0.71% | 0.81% | - |
| XYZ | 34.96 | 30.38 | 8.44 | - |
| YUV | 146.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 61 | 0 | 0.36 | 0.71 | 0.19 | 29.59 | 0.6 | 0.53 |
| Hex | CF | 85 | 3D | 0 | 24 | 47 | 13 | 1E | 3C | 35 |
| Octal | 317 | 205 | 75 | 0 | 44 | 107 | 23 | 36 | 74 | 65 |
| Binary | 11001111 | 10000101 | 111101 | 0 | 100100 | 1000111 | 10011 | 11110 | 111100 | 110101 |
Color Harmonies of #CF853D
Complementary color
Monochromatic Colors of #CF853D
Black with #CF853D
Text Example
Text Example
White with #CF853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF853D; }
p { color: rgb(207,133,61); }
H1.HeaderClassName
{
color: #CF853D;
}
.AnyTagClassName
{
color: #CF853D;
}
</style>
background-color css
<style>
a { background-color: #CF853D; }
a { background-color: rgb(207,133,61); }
div.DivClassName
{
background-color: #CF853D;
}
.BgClassName
{
background-color: #CF853D;
}
</style>
border-color css
<style>
span { border-color: #CF853D; }
span { border-color: rgb(207,133,61); }
td.TdClassName
{
border-color: #CF853D;
}
.TagClassName
{
border-color: #CF853D;
}
</style>