Shades of Peru #CF843A
Tints of Peru #CF843A
RGB
CMYK
RGB Variations
Color information
#CF843A (or 0xCF843A) is known color: Peru. HEX triplet: CF, 84 and 3A. RGB value is (207,132,58). Sum of RGB (Red+Green+Blue) = 207+132+58=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF843A is #307BC5. Grayscale: #929292. Windows color (decimal): -3177414 or 3835087. OLE color: 3835087.
HSL color Cylindrical-coordinate representation of color #CF843A: hue angle of 29.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF843A is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 58 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.19 |
| HSL | 29.8º | 0.61% | 0.52% | - |
| HSV(B) | 29.8º | 0.72% | 0.81% | - |
| XYZ | 34.75 | 30.07 | 7.98 | - |
| YUV | 145.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 58 | 0 | 0.36 | 0.72 | 0.19 | 29.8 | 0.61 | 0.52 |
| Hex | CF | 84 | 3A | 0 | 24 | 48 | 13 | 1E | 3D | 34 |
| Octal | 317 | 204 | 72 | 0 | 44 | 110 | 23 | 36 | 75 | 64 |
| Binary | 11001111 | 10000100 | 111010 | 0 | 100100 | 1001000 | 10011 | 11110 | 111101 | 110100 |
Color Harmonies of #CF843A
Complementary color
Monochromatic Colors of #CF843A
Black with #CF843A
Text Example
Text Example
White with #CF843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF843A; }
p { color: rgb(207,132,58); }
H1.HeaderClassName
{
color: #CF843A;
}
.AnyTagClassName
{
color: #CF843A;
}
</style>
background-color css
<style>
a { background-color: #CF843A; }
a { background-color: rgb(207,132,58); }
div.DivClassName
{
background-color: #CF843A;
}
.BgClassName
{
background-color: #CF843A;
}
</style>
border-color css
<style>
span { border-color: #CF843A; }
span { border-color: rgb(207,132,58); }
td.TdClassName
{
border-color: #CF843A;
}
.TagClassName
{
border-color: #CF843A;
}
</style>