Shades of Peru #CF8B42
Tints of Peru #CF8B42
RGB
CMYK
RGB Variations
Color information
#CF8B42 (or 0xCF8B42) is known color: Peru. HEX triplet: CF, 8B and 42. RGB value is (207,139,66). Sum of RGB (Red+Green+Blue) = 207+139+66=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B42 is #3074BD. Grayscale: #979797. Windows color (decimal): -3175614 or 4361167. OLE color: 4361167.
HSL color Cylindrical-coordinate representation of color #CF8B42: hue angle of 31.06º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF8B42 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 66 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.19 |
| HSL | 31.06º | 0.59% | 0.54% | - |
| HSV(B) | 31.06º | 0.68% | 0.81% | - |
| XYZ | 35.95 | 32.12 | 9.46 | - |
| YUV | 151.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 66 | 0 | 0.33 | 0.68 | 0.19 | 31.06 | 0.59 | 0.54 |
| Hex | CF | 8B | 42 | 0 | 21 | 44 | 13 | 1F | 3B | 36 |
| Octal | 317 | 213 | 102 | 0 | 41 | 104 | 23 | 37 | 73 | 66 |
| Binary | 11001111 | 10001011 | 1000010 | 0 | 100001 | 1000100 | 10011 | 11111 | 111011 | 110110 |
Color Harmonies of #CF8B42
Complementary color
Monochromatic Colors of #CF8B42
Black with #CF8B42
Text Example
Text Example
White with #CF8B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B42; }
p { color: rgb(207,139,66); }
H1.HeaderClassName
{
color: #CF8B42;
}
.AnyTagClassName
{
color: #CF8B42;
}
</style>
background-color css
<style>
a { background-color: #CF8B42; }
a { background-color: rgb(207,139,66); }
div.DivClassName
{
background-color: #CF8B42;
}
.BgClassName
{
background-color: #CF8B42;
}
</style>
border-color css
<style>
span { border-color: #CF8B42; }
span { border-color: rgb(207,139,66); }
td.TdClassName
{
border-color: #CF8B42;
}
.TagClassName
{
border-color: #CF8B42;
}
</style>