Shades of Peru #CB8A47
Tints of Peru #CB8A47
RGB
CMYK
RGB Variations
Color information
#CB8A47 (or 0xCB8A47) is known color: Peru. HEX triplet: CB, 8A and 47. RGB value is (203,138,71). Sum of RGB (Red+Green+Blue) = 203+138+71=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A47 is #3475B8. Grayscale: #969696. Windows color (decimal): -3438009 or 4688587. OLE color: 4688587.
HSL color Cylindrical-coordinate representation of color #CB8A47: hue angle of 30.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB8A47 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 71 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.20 |
| HSL | 30.45º | 0.56% | 0.54% | - |
| HSV(B) | 30.45º | 0.65% | 0.8% | - |
| XYZ | 34.85 | 31.33 | 10.17 | - |
| YUV | 149.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 71 | 0 | 0.32 | 0.65 | 0.20 | 30.45 | 0.56 | 0.54 |
| Hex | CB | 8A | 47 | 0 | 20 | 41 | 14 | 1E | 38 | 36 |
| Octal | 313 | 212 | 107 | 0 | 40 | 101 | 24 | 36 | 70 | 66 |
| Binary | 11001011 | 10001010 | 1000111 | 0 | 100000 | 1000001 | 10100 | 11110 | 111000 | 110110 |
Color Harmonies of #CB8A47
Complementary color
Monochromatic Colors of #CB8A47
Black with #CB8A47
Text Example
Text Example
White with #CB8A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A47; }
p { color: rgb(203,138,71); }
H1.HeaderClassName
{
color: #CB8A47;
}
.AnyTagClassName
{
color: #CB8A47;
}
</style>
background-color css
<style>
a { background-color: #CB8A47; }
a { background-color: rgb(203,138,71); }
div.DivClassName
{
background-color: #CB8A47;
}
.BgClassName
{
background-color: #CB8A47;
}
</style>
border-color css
<style>
span { border-color: #CB8A47; }
span { border-color: rgb(203,138,71); }
td.TdClassName
{
border-color: #CB8A47;
}
.TagClassName
{
border-color: #CB8A47;
}
</style>