Shades of Peru #CB803F
Tints of Peru #CB803F
RGB
CMYK
RGB Variations
Color information
#CB803F (or 0xCB803F) is known color: Peru. HEX triplet: CB, 80 and 3F. RGB value is (203,128,63). Sum of RGB (Red+Green+Blue) = 203+128+63=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB803F is #347FC0. Grayscale: #8F8F8F. Windows color (decimal): -3440577 or 4161739. OLE color: 4161739.
HSL color Cylindrical-coordinate representation of color #CB803F: hue angle of 27.86º degrees, saturation: 0.57, 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 #CB803F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 63 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.20 |
| HSL | 27.86º | 0.57% | 0.52% | - |
| HSV(B) | 27.86º | 0.69% | 0.8% | - |
| XYZ | 33.24 | 28.49 | 8.45 | - |
| YUV | 143.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 63 | 0 | 0.37 | 0.69 | 0.20 | 27.86 | 0.57 | 0.52 |
| Hex | CB | 80 | 3F | 0 | 25 | 45 | 14 | 1C | 39 | 34 |
| Octal | 313 | 200 | 77 | 0 | 45 | 105 | 24 | 34 | 71 | 64 |
| Binary | 11001011 | 10000000 | 111111 | 0 | 100101 | 1000101 | 10100 | 11100 | 111001 | 110100 |
Color Harmonies of #CB803F
Complementary color
Monochromatic Colors of #CB803F
Black with #CB803F
Text Example
Text Example
White with #CB803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB803F; }
p { color: rgb(203,128,63); }
H1.HeaderClassName
{
color: #CB803F;
}
.AnyTagClassName
{
color: #CB803F;
}
</style>
background-color css
<style>
a { background-color: #CB803F; }
a { background-color: rgb(203,128,63); }
div.DivClassName
{
background-color: #CB803F;
}
.BgClassName
{
background-color: #CB803F;
}
</style>
border-color css
<style>
span { border-color: #CB803F; }
span { border-color: rgb(203,128,63); }
td.TdClassName
{
border-color: #CB803F;
}
.TagClassName
{
border-color: #CB803F;
}
</style>