Shades of Peru #CF843D
Tints of Peru #CF843D
RGB
CMYK
RGB Variations
Color information
#CF843D (or 0xCF843D) is known color: Peru. HEX triplet: CF, 84 and 3D. RGB value is (207,132,61). Sum of RGB (Red+Green+Blue) = 207+132+61=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF843D is #307BC2. Grayscale: #929292. Windows color (decimal): -3177411 or 4031695. OLE color: 4031695.
HSL color Cylindrical-coordinate representation of color #CF843D: hue angle of 29.18º 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 #CF843D is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 61 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.19 |
| HSL | 29.18º | 0.6% | 0.53% | - |
| HSV(B) | 29.18º | 0.71% | 0.81% | - |
| XYZ | 34.83 | 30.1 | 8.39 | - |
| YUV | 146.33 | 79.85 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 61 | 0 | 0.36 | 0.71 | 0.19 | 29.18 | 0.6 | 0.53 |
| Hex | CF | 84 | 3D | 0 | 24 | 47 | 13 | 1D | 3C | 35 |
| Octal | 317 | 204 | 75 | 0 | 44 | 107 | 23 | 35 | 74 | 65 |
| Binary | 11001111 | 10000100 | 111101 | 0 | 100100 | 1000111 | 10011 | 11101 | 111100 | 110101 |
Color Harmonies of #CF843D
Complementary color
Monochromatic Colors of #CF843D
Black with #CF843D
Text Example
Text Example
White with #CF843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF843D; }
p { color: rgb(207,132,61); }
H1.HeaderClassName
{
color: #CF843D;
}
.AnyTagClassName
{
color: #CF843D;
}
</style>
background-color css
<style>
a { background-color: #CF843D; }
a { background-color: rgb(207,132,61); }
div.DivClassName
{
background-color: #CF843D;
}
.BgClassName
{
background-color: #CF843D;
}
</style>
border-color css
<style>
span { border-color: #CF843D; }
span { border-color: rgb(207,132,61); }
td.TdClassName
{
border-color: #CF843D;
}
.TagClassName
{
border-color: #CF843D;
}
</style>