Shades of Peru #CF813B
Tints of Peru #CF813B
RGB
CMYK
RGB Variations
Color information
#CF813B (or 0xCF813B) is known color: Peru. HEX triplet: CF, 81 and 3B. RGB value is (207,129,59). Sum of RGB (Red+Green+Blue) = 207+129+59=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF813B is #307EC4. Grayscale: #909090. Windows color (decimal): -3178181 or 3899855. OLE color: 3899855.
HSL color Cylindrical-coordinate representation of color #CF813B: hue angle of 28.38º 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 #CF813B is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 59 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.19 |
| HSL | 28.38º | 0.61% | 0.52% | - |
| HSV(B) | 28.38º | 0.71% | 0.81% | - |
| XYZ | 34.37 | 29.28 | 7.98 | - |
| YUV | 144.34 | 79.84 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 59 | 0 | 0.38 | 0.71 | 0.19 | 28.38 | 0.61 | 0.52 |
| Hex | CF | 81 | 3B | 0 | 26 | 47 | 13 | 1C | 3D | 34 |
| Octal | 317 | 201 | 73 | 0 | 46 | 107 | 23 | 34 | 75 | 64 |
| Binary | 11001111 | 10000001 | 111011 | 0 | 100110 | 1000111 | 10011 | 11100 | 111101 | 110100 |
Color Harmonies of #CF813B
Complementary color
Monochromatic Colors of #CF813B
Black with #CF813B
Text Example
Text Example
White with #CF813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF813B; }
p { color: rgb(207,129,59); }
H1.HeaderClassName
{
color: #CF813B;
}
.AnyTagClassName
{
color: #CF813B;
}
</style>
background-color css
<style>
a { background-color: #CF813B; }
a { background-color: rgb(207,129,59); }
div.DivClassName
{
background-color: #CF813B;
}
.BgClassName
{
background-color: #CF813B;
}
</style>
border-color css
<style>
span { border-color: #CF813B; }
span { border-color: rgb(207,129,59); }
td.TdClassName
{
border-color: #CF813B;
}
.TagClassName
{
border-color: #CF813B;
}
</style>