Shades of Peru #CB8241
Tints of Peru #CB8241
RGB
CMYK
RGB Variations
Color information
#CB8241 (or 0xCB8241) is known color: Peru. HEX triplet: CB, 82 and 41. RGB value is (203,130,65). Sum of RGB (Red+Green+Blue) = 203+130+65=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8241 is #347DBE. Grayscale: #909090. Windows color (decimal): -3440063 or 4293323. OLE color: 4293323.
HSL color Cylindrical-coordinate representation of color #CB8241: hue angle of 28.26º 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 #CB8241 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 65 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.20 |
| HSL | 28.26º | 0.57% | 0.53% | - |
| HSV(B) | 28.26º | 0.68% | 0.8% | - |
| XYZ | 33.57 | 29.04 | 8.84 | - |
| YUV | 144.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 65 | 0 | 0.36 | 0.68 | 0.20 | 28.26 | 0.57 | 0.53 |
| Hex | CB | 82 | 41 | 0 | 24 | 44 | 14 | 1C | 39 | 35 |
| Octal | 313 | 202 | 101 | 0 | 44 | 104 | 24 | 34 | 71 | 65 |
| Binary | 11001011 | 10000010 | 1000001 | 0 | 100100 | 1000100 | 10100 | 11100 | 111001 | 110101 |
Color Harmonies of #CB8241
Complementary color
Monochromatic Colors of #CB8241
Black with #CB8241
Text Example
Text Example
White with #CB8241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8241; }
p { color: rgb(203,130,65); }
H1.HeaderClassName
{
color: #CB8241;
}
.AnyTagClassName
{
color: #CB8241;
}
</style>
background-color css
<style>
a { background-color: #CB8241; }
a { background-color: rgb(203,130,65); }
div.DivClassName
{
background-color: #CB8241;
}
.BgClassName
{
background-color: #CB8241;
}
</style>
border-color css
<style>
span { border-color: #CB8241; }
span { border-color: rgb(203,130,65); }
td.TdClassName
{
border-color: #CB8241;
}
.TagClassName
{
border-color: #CB8241;
}
</style>