Shades of Peru #CE8B3B
Tints of Peru #CE8B3B
RGB
CMYK
RGB Variations
Color information
#CE8B3B (or 0xCE8B3B) is known color: Peru. HEX triplet: CE, 8B and 3B. RGB value is (206,139,59). Sum of RGB (Red+Green+Blue) = 206+139+59=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B3B is #3174C4. Grayscale: #969696. Windows color (decimal): -3241157 or 3902414. OLE color: 3902414.
HSL color Cylindrical-coordinate representation of color #CE8B3B: hue angle of 32.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE8B3B is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 59 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.19 |
| HSL | 32.65º | 0.6% | 0.52% | - |
| HSV(B) | 32.65º | 0.71% | 0.81% | - |
| XYZ | 35.48 | 31.9 | 8.43 | - |
| YUV | 149.91 | 76.7 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 59 | 0 | 0.33 | 0.71 | 0.19 | 32.65 | 0.6 | 0.52 |
| Hex | CE | 8B | 3B | 0 | 21 | 47 | 13 | 21 | 3C | 34 |
| Octal | 316 | 213 | 73 | 0 | 41 | 107 | 23 | 41 | 74 | 64 |
| Binary | 11001110 | 10001011 | 111011 | 0 | 100001 | 1000111 | 10011 | 100001 | 111100 | 110100 |
Color Harmonies of #CE8B3B
Complementary color
Monochromatic Colors of #CE8B3B
Black with #CE8B3B
Text Example
Text Example
White with #CE8B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B3B; }
p { color: rgb(206,139,59); }
H1.HeaderClassName
{
color: #CE8B3B;
}
.AnyTagClassName
{
color: #CE8B3B;
}
</style>
background-color css
<style>
a { background-color: #CE8B3B; }
a { background-color: rgb(206,139,59); }
div.DivClassName
{
background-color: #CE8B3B;
}
.BgClassName
{
background-color: #CE8B3B;
}
</style>
border-color css
<style>
span { border-color: #CE8B3B; }
span { border-color: rgb(206,139,59); }
td.TdClassName
{
border-color: #CE8B3B;
}
.TagClassName
{
border-color: #CE8B3B;
}
</style>