Shades of Peru #CB7E40
Tints of Peru #CB7E40
RGB
CMYK
RGB Variations
Color information
#CB7E40 (or 0xCB7E40) is known color: Peru. HEX triplet: CB, 7E and 40. RGB value is (203,126,64). Sum of RGB (Red+Green+Blue) = 203+126+64=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7E40 is #3481BF. Grayscale: #8E8E8E. Windows color (decimal): -3441088 or 4226763. OLE color: 4226763.
HSL color Cylindrical-coordinate representation of color #CB7E40: hue angle of 26.76º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB7E40 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 64 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.20 |
| HSL | 26.76º | 0.57% | 0.52% | - |
| HSV(B) | 26.76º | 0.68% | 0.8% | - |
| XYZ | 33.01 | 27.99 | 8.51 | - |
| YUV | 141.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 64 | 0 | 0.38 | 0.68 | 0.20 | 26.76 | 0.57 | 0.52 |
| Hex | CB | 7E | 40 | 0 | 26 | 44 | 14 | 1B | 39 | 34 |
| Octal | 313 | 176 | 100 | 0 | 46 | 104 | 24 | 33 | 71 | 64 |
| Binary | 11001011 | 1111110 | 1000000 | 0 | 100110 | 1000100 | 10100 | 11011 | 111001 | 110100 |
Color Harmonies of #CB7E40
Complementary color
Monochromatic Colors of #CB7E40
Black with #CB7E40
Text Example
Text Example
White with #CB7E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E40; }
p { color: rgb(203,126,64); }
H1.HeaderClassName
{
color: #CB7E40;
}
.AnyTagClassName
{
color: #CB7E40;
}
</style>
background-color css
<style>
a { background-color: #CB7E40; }
a { background-color: rgb(203,126,64); }
div.DivClassName
{
background-color: #CB7E40;
}
.BgClassName
{
background-color: #CB7E40;
}
</style>
border-color css
<style>
span { border-color: #CB7E40; }
span { border-color: rgb(203,126,64); }
td.TdClassName
{
border-color: #CB7E40;
}
.TagClassName
{
border-color: #CB7E40;
}
</style>