Shades of Peru #CB7F41
Tints of Peru #CB7F41
RGB
CMYK
RGB Variations
Color information
#CB7F41 (or 0xCB7F41) is known color: Peru. HEX triplet: CB, 7F and 41. RGB value is (203,127,65). Sum of RGB (Red+Green+Blue) = 203+127+65=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F41 is #3480BE. Grayscale: #8E8E8E. Windows color (decimal): -3440831 or 4292555. OLE color: 4292555.
HSL color Cylindrical-coordinate representation of color #CB7F41: hue angle of 26.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB7F41 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 65 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.20 |
| HSL | 26.96º | 0.57% | 0.53% | - |
| HSV(B) | 26.96º | 0.68% | 0.8% | - |
| XYZ | 33.17 | 28.26 | 8.71 | - |
| YUV | 142.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 65 | 0 | 0.37 | 0.68 | 0.20 | 26.96 | 0.57 | 0.53 |
| Hex | CB | 7F | 41 | 0 | 25 | 44 | 14 | 1B | 39 | 35 |
| Octal | 313 | 177 | 101 | 0 | 45 | 104 | 24 | 33 | 71 | 65 |
| Binary | 11001011 | 1111111 | 1000001 | 0 | 100101 | 1000100 | 10100 | 11011 | 111001 | 110101 |
Color Harmonies of #CB7F41
Complementary color
Monochromatic Colors of #CB7F41
Black with #CB7F41
Text Example
Text Example
White with #CB7F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F41; }
p { color: rgb(203,127,65); }
H1.HeaderClassName
{
color: #CB7F41;
}
.AnyTagClassName
{
color: #CB7F41;
}
</style>
background-color css
<style>
a { background-color: #CB7F41; }
a { background-color: rgb(203,127,65); }
div.DivClassName
{
background-color: #CB7F41;
}
.BgClassName
{
background-color: #CB7F41;
}
</style>
border-color css
<style>
span { border-color: #CB7F41; }
span { border-color: rgb(203,127,65); }
td.TdClassName
{
border-color: #CB7F41;
}
.TagClassName
{
border-color: #CB7F41;
}
</style>