Shades of Peru #CB7F43
Tints of Peru #CB7F43
RGB
CMYK
RGB Variations
Color information
#CB7F43 (or 0xCB7F43) is known color: Peru. HEX triplet: CB, 7F and 43. RGB value is (203,127,67). Sum of RGB (Red+Green+Blue) = 203+127+67=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F43 is #3480BC. Grayscale: #8F8F8F. Windows color (decimal): -3440829 or 4423627. OLE color: 4423627.
HSL color Cylindrical-coordinate representation of color #CB7F43: hue angle of 26.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB7F43 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 67 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.20 |
| HSL | 26.47º | 0.57% | 0.53% | - |
| HSV(B) | 26.47º | 0.67% | 0.8% | - |
| XYZ | 33.23 | 28.28 | 9.02 | - |
| YUV | 142.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 67 | 0 | 0.37 | 0.67 | 0.20 | 26.47 | 0.57 | 0.53 |
| Hex | CB | 7F | 43 | 0 | 25 | 43 | 14 | 1A | 39 | 35 |
| Octal | 313 | 177 | 103 | 0 | 45 | 103 | 24 | 32 | 71 | 65 |
| Binary | 11001011 | 1111111 | 1000011 | 0 | 100101 | 1000011 | 10100 | 11010 | 111001 | 110101 |
Color Harmonies of #CB7F43
Complementary color
Monochromatic Colors of #CB7F43
Black with #CB7F43
Text Example
Text Example
White with #CB7F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F43; }
p { color: rgb(203,127,67); }
H1.HeaderClassName
{
color: #CB7F43;
}
.AnyTagClassName
{
color: #CB7F43;
}
</style>
background-color css
<style>
a { background-color: #CB7F43; }
a { background-color: rgb(203,127,67); }
div.DivClassName
{
background-color: #CB7F43;
}
.BgClassName
{
background-color: #CB7F43;
}
</style>
border-color css
<style>
span { border-color: #CB7F43; }
span { border-color: rgb(203,127,67); }
td.TdClassName
{
border-color: #CB7F43;
}
.TagClassName
{
border-color: #CB7F43;
}
</style>