Shades of Peru #CE8343
Tints of Peru #CE8343
RGB
CMYK
RGB Variations
Color information
#CE8343 (or 0xCE8343) is known color: Peru. HEX triplet: CE, 83 and 43. RGB value is (206,131,67). Sum of RGB (Red+Green+Blue) = 206+131+67=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8343 is #317CBC. Grayscale: #929292. Windows color (decimal): -3243197 or 4424654. OLE color: 4424654.
HSL color Cylindrical-coordinate representation of color #CE8343: hue angle of 27.63º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE8343 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 67 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.19 |
| HSL | 27.63º | 0.59% | 0.54% | - |
| HSV(B) | 27.63º | 0.67% | 0.81% | - |
| XYZ | 34.58 | 29.76 | 9.23 | - |
| YUV | 146.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 67 | 0 | 0.36 | 0.67 | 0.19 | 27.63 | 0.59 | 0.54 |
| Hex | CE | 83 | 43 | 0 | 24 | 43 | 13 | 1C | 3B | 36 |
| Octal | 316 | 203 | 103 | 0 | 44 | 103 | 23 | 34 | 73 | 66 |
| Binary | 11001110 | 10000011 | 1000011 | 0 | 100100 | 1000011 | 10011 | 11100 | 111011 | 110110 |
Color Harmonies of #CE8343
Complementary color
Monochromatic Colors of #CE8343
Black with #CE8343
Text Example
Text Example
White with #CE8343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8343; }
p { color: rgb(206,131,67); }
H1.HeaderClassName
{
color: #CE8343;
}
.AnyTagClassName
{
color: #CE8343;
}
</style>
background-color css
<style>
a { background-color: #CE8343; }
a { background-color: rgb(206,131,67); }
div.DivClassName
{
background-color: #CE8343;
}
.BgClassName
{
background-color: #CE8343;
}
</style>
border-color css
<style>
span { border-color: #CE8343; }
span { border-color: rgb(206,131,67); }
td.TdClassName
{
border-color: #CE8343;
}
.TagClassName
{
border-color: #CE8343;
}
</style>