Shades of Peru #CB8341
Tints of Peru #CB8341
RGB
CMYK
RGB Variations
Color information
#CB8341 (or 0xCB8341) is known color: Peru. HEX triplet: CB, 83 and 41. RGB value is (203,131,65). Sum of RGB (Red+Green+Blue) = 203+131+65=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8341 is #347CBE. Grayscale: #919191. Windows color (decimal): -3439807 or 4293579. OLE color: 4293579.
HSL color Cylindrical-coordinate representation of color #CB8341: hue angle of 28.7º 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 #CB8341 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 65 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.20 |
| HSL | 28.7º | 0.57% | 0.53% | - |
| HSV(B) | 28.7º | 0.68% | 0.8% | - |
| XYZ | 33.7 | 29.31 | 8.88 | - |
| YUV | 145 | 82.85 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 65 | 0 | 0.35 | 0.68 | 0.20 | 28.7 | 0.57 | 0.53 |
| Hex | CB | 83 | 41 | 0 | 23 | 44 | 14 | 1D | 39 | 35 |
| Octal | 313 | 203 | 101 | 0 | 43 | 104 | 24 | 35 | 71 | 65 |
| Binary | 11001011 | 10000011 | 1000001 | 0 | 100011 | 1000100 | 10100 | 11101 | 111001 | 110101 |
Color Harmonies of #CB8341
Complementary color
Monochromatic Colors of #CB8341
Black with #CB8341
Text Example
Text Example
White with #CB8341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8341; }
p { color: rgb(203,131,65); }
H1.HeaderClassName
{
color: #CB8341;
}
.AnyTagClassName
{
color: #CB8341;
}
</style>
background-color css
<style>
a { background-color: #CB8341; }
a { background-color: rgb(203,131,65); }
div.DivClassName
{
background-color: #CB8341;
}
.BgClassName
{
background-color: #CB8341;
}
</style>
border-color css
<style>
span { border-color: #CB8341; }
span { border-color: rgb(203,131,65); }
td.TdClassName
{
border-color: #CB8341;
}
.TagClassName
{
border-color: #CB8341;
}
</style>