Shades of Peru #CB803E
Tints of Peru #CB803E
RGB
CMYK
RGB Variations
Color information
#CB803E (or 0xCB803E) is known color: Peru. HEX triplet: CB, 80 and 3E. RGB value is (203,128,62). Sum of RGB (Red+Green+Blue) = 203+128+62=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB803E is #347FC1. Grayscale: #8F8F8F. Windows color (decimal): -3440578 or 4096203. OLE color: 4096203.
HSL color Cylindrical-coordinate representation of color #CB803E: hue angle of 28.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB803E is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 62 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.20 |
| HSL | 28.09º | 0.58% | 0.52% | - |
| HSV(B) | 28.09º | 0.69% | 0.8% | - |
| XYZ | 33.22 | 28.48 | 8.3 | - |
| YUV | 142.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 62 | 0 | 0.37 | 0.69 | 0.20 | 28.09 | 0.58 | 0.52 |
| Hex | CB | 80 | 3E | 0 | 25 | 45 | 14 | 1C | 3A | 34 |
| Octal | 313 | 200 | 76 | 0 | 45 | 105 | 24 | 34 | 72 | 64 |
| Binary | 11001011 | 10000000 | 111110 | 0 | 100101 | 1000101 | 10100 | 11100 | 111010 | 110100 |
Color Harmonies of #CB803E
Complementary color
Monochromatic Colors of #CB803E
Black with #CB803E
Text Example
Text Example
White with #CB803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB803E; }
p { color: rgb(203,128,62); }
H1.HeaderClassName
{
color: #CB803E;
}
.AnyTagClassName
{
color: #CB803E;
}
</style>
background-color css
<style>
a { background-color: #CB803E; }
a { background-color: rgb(203,128,62); }
div.DivClassName
{
background-color: #CB803E;
}
.BgClassName
{
background-color: #CB803E;
}
</style>
border-color css
<style>
span { border-color: #CB803E; }
span { border-color: rgb(203,128,62); }
td.TdClassName
{
border-color: #CB803E;
}
.TagClassName
{
border-color: #CB803E;
}
</style>