Shades of Peru #CF853F
Tints of Peru #CF853F
RGB
CMYK
RGB Variations
Color information
#CF853F (or 0xCF853F) is known color: Peru. HEX triplet: CF, 85 and 3F. RGB value is (207,133,63). Sum of RGB (Red+Green+Blue) = 207+133+63=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF853F is #307AC0. Grayscale: #939393. Windows color (decimal): -3177153 or 4163023. OLE color: 4163023.
HSL color Cylindrical-coordinate representation of color #CF853F: hue angle of 29.17º 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 #CF853F is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 63 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.19 |
| HSL | 29.17º | 0.6% | 0.53% | - |
| HSV(B) | 29.17º | 0.7% | 0.81% | - |
| XYZ | 35.02 | 30.4 | 8.72 | - |
| YUV | 147.15 | 80.52 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 63 | 0 | 0.36 | 0.70 | 0.19 | 29.17 | 0.6 | 0.53 |
| Hex | CF | 85 | 3F | 0 | 24 | 46 | 13 | 1D | 3C | 35 |
| Octal | 317 | 205 | 77 | 0 | 44 | 106 | 23 | 35 | 74 | 65 |
| Binary | 11001111 | 10000101 | 111111 | 0 | 100100 | 1000110 | 10011 | 11101 | 111100 | 110101 |
Color Harmonies of #CF853F
Complementary color
Monochromatic Colors of #CF853F
Black with #CF853F
Text Example
Text Example
White with #CF853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF853F; }
p { color: rgb(207,133,63); }
H1.HeaderClassName
{
color: #CF853F;
}
.AnyTagClassName
{
color: #CF853F;
}
</style>
background-color css
<style>
a { background-color: #CF853F; }
a { background-color: rgb(207,133,63); }
div.DivClassName
{
background-color: #CF853F;
}
.BgClassName
{
background-color: #CF853F;
}
</style>
border-color css
<style>
span { border-color: #CF853F; }
span { border-color: rgb(207,133,63); }
td.TdClassName
{
border-color: #CF853F;
}
.TagClassName
{
border-color: #CF853F;
}
</style>