Shades of Peru #CB8043
Tints of Peru #CB8043
RGB
CMYK
RGB Variations
Color information
#CB8043 (or 0xCB8043) is known color: Peru. HEX triplet: CB, 80 and 43. RGB value is (203,128,67). Sum of RGB (Red+Green+Blue) = 203+128+67=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8043 is #347FBC. Grayscale: #8F8F8F. Windows color (decimal): -3440573 or 4423883. OLE color: 4423883.
HSL color Cylindrical-coordinate representation of color #CB8043: hue angle of 26.91º 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 #CB8043 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 67 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.20 |
| HSL | 26.91º | 0.57% | 0.53% | - |
| HSV(B) | 26.91º | 0.67% | 0.8% | - |
| XYZ | 33.36 | 28.54 | 9.06 | - |
| YUV | 143.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 67 | 0 | 0.37 | 0.67 | 0.20 | 26.91 | 0.57 | 0.53 |
| Hex | CB | 80 | 43 | 0 | 25 | 43 | 14 | 1B | 39 | 35 |
| Octal | 313 | 200 | 103 | 0 | 45 | 103 | 24 | 33 | 71 | 65 |
| Binary | 11001011 | 10000000 | 1000011 | 0 | 100101 | 1000011 | 10100 | 11011 | 111001 | 110101 |
Color Harmonies of #CB8043
Complementary color
Monochromatic Colors of #CB8043
Black with #CB8043
Text Example
Text Example
White with #CB8043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8043; }
p { color: rgb(203,128,67); }
H1.HeaderClassName
{
color: #CB8043;
}
.AnyTagClassName
{
color: #CB8043;
}
</style>
background-color css
<style>
a { background-color: #CB8043; }
a { background-color: rgb(203,128,67); }
div.DivClassName
{
background-color: #CB8043;
}
.BgClassName
{
background-color: #CB8043;
}
</style>
border-color css
<style>
span { border-color: #CB8043; }
span { border-color: rgb(203,128,67); }
td.TdClassName
{
border-color: #CB8043;
}
.TagClassName
{
border-color: #CB8043;
}
</style>