Shades of Peru #CF803D
Tints of Peru #CF803D
RGB
CMYK
RGB Variations
Color information
#CF803D (or 0xCF803D) is known color: Peru. HEX triplet: CF, 80 and 3D. RGB value is (207,128,61). Sum of RGB (Red+Green+Blue) = 207+128+61=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF803D is #307FC2. Grayscale: #909090. Windows color (decimal): -3178435 or 4030671. OLE color: 4030671.
HSL color Cylindrical-coordinate representation of color #CF803D: hue angle of 27.53º 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 #CF803D is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 61 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.19 |
| HSL | 27.53º | 0.6% | 0.53% | - |
| HSV(B) | 27.53º | 0.71% | 0.81% | - |
| XYZ | 34.29 | 29.04 | 8.21 | - |
| YUV | 143.98 | 81.17 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 61 | 0 | 0.38 | 0.71 | 0.19 | 27.53 | 0.6 | 0.53 |
| Hex | CF | 80 | 3D | 0 | 26 | 47 | 13 | 1C | 3C | 35 |
| Octal | 317 | 200 | 75 | 0 | 46 | 107 | 23 | 34 | 74 | 65 |
| Binary | 11001111 | 10000000 | 111101 | 0 | 100110 | 1000111 | 10011 | 11100 | 111100 | 110101 |
Color Harmonies of #CF803D
Complementary color
Monochromatic Colors of #CF803D
Black with #CF803D
Text Example
Text Example
White with #CF803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF803D; }
p { color: rgb(207,128,61); }
H1.HeaderClassName
{
color: #CF803D;
}
.AnyTagClassName
{
color: #CF803D;
}
</style>
background-color css
<style>
a { background-color: #CF803D; }
a { background-color: rgb(207,128,61); }
div.DivClassName
{
background-color: #CF803D;
}
.BgClassName
{
background-color: #CF803D;
}
</style>
border-color css
<style>
span { border-color: #CF803D; }
span { border-color: rgb(207,128,61); }
td.TdClassName
{
border-color: #CF803D;
}
.TagClassName
{
border-color: #CF803D;
}
</style>