Shades of Peru #CF813D
Tints of Peru #CF813D
RGB
CMYK
RGB Variations
Color information
#CF813D (or 0xCF813D) is known color: Peru. HEX triplet: CF, 81 and 3D. RGB value is (207,129,61). Sum of RGB (Red+Green+Blue) = 207+129+61=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF813D is #307EC2. Grayscale: #909090. Windows color (decimal): -3178179 or 4030927. OLE color: 4030927.
HSL color Cylindrical-coordinate representation of color #CF813D: hue angle of 27.95º 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 #CF813D is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 61 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.19 |
| HSL | 27.95º | 0.6% | 0.53% | - |
| HSV(B) | 27.95º | 0.71% | 0.81% | - |
| XYZ | 34.42 | 29.3 | 8.26 | - |
| YUV | 144.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 61 | 0 | 0.38 | 0.71 | 0.19 | 27.95 | 0.6 | 0.53 |
| Hex | CF | 81 | 3D | 0 | 26 | 47 | 13 | 1C | 3C | 35 |
| Octal | 317 | 201 | 75 | 0 | 46 | 107 | 23 | 34 | 74 | 65 |
| Binary | 11001111 | 10000001 | 111101 | 0 | 100110 | 1000111 | 10011 | 11100 | 111100 | 110101 |
Color Harmonies of #CF813D
Complementary color
Monochromatic Colors of #CF813D
Black with #CF813D
Text Example
Text Example
White with #CF813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF813D; }
p { color: rgb(207,129,61); }
H1.HeaderClassName
{
color: #CF813D;
}
.AnyTagClassName
{
color: #CF813D;
}
</style>
background-color css
<style>
a { background-color: #CF813D; }
a { background-color: rgb(207,129,61); }
div.DivClassName
{
background-color: #CF813D;
}
.BgClassName
{
background-color: #CF813D;
}
</style>
border-color css
<style>
span { border-color: #CF813D; }
span { border-color: rgb(207,129,61); }
td.TdClassName
{
border-color: #CF813D;
}
.TagClassName
{
border-color: #CF813D;
}
</style>