Shades of Peru #CE8A3B
Tints of Peru #CE8A3B
RGB
CMYK
RGB Variations
Color information
#CE8A3B (or 0xCE8A3B) is known color: Peru. HEX triplet: CE, 8A and 3B. RGB value is (206,138,59). Sum of RGB (Red+Green+Blue) = 206+138+59=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A3B is #3175C4. Grayscale: #959595. Windows color (decimal): -3241413 or 3902158. OLE color: 3902158.
HSL color Cylindrical-coordinate representation of color #CE8A3B: hue angle of 32.24º 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 #CE8A3B is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 59 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.19 |
| HSL | 32.24º | 0.6% | 0.52% | - |
| HSV(B) | 32.24º | 0.71% | 0.81% | - |
| XYZ | 35.33 | 31.61 | 8.38 | - |
| YUV | 149.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 59 | 0 | 0.33 | 0.71 | 0.19 | 32.24 | 0.6 | 0.52 |
| Hex | CE | 8A | 3B | 0 | 21 | 47 | 13 | 20 | 3C | 34 |
| Octal | 316 | 212 | 73 | 0 | 41 | 107 | 23 | 40 | 74 | 64 |
| Binary | 11001110 | 10001010 | 111011 | 0 | 100001 | 1000111 | 10011 | 100000 | 111100 | 110100 |
Color Harmonies of #CE8A3B
Complementary color
Monochromatic Colors of #CE8A3B
Black with #CE8A3B
Text Example
Text Example
White with #CE8A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A3B; }
p { color: rgb(206,138,59); }
H1.HeaderClassName
{
color: #CE8A3B;
}
.AnyTagClassName
{
color: #CE8A3B;
}
</style>
background-color css
<style>
a { background-color: #CE8A3B; }
a { background-color: rgb(206,138,59); }
div.DivClassName
{
background-color: #CE8A3B;
}
.BgClassName
{
background-color: #CE8A3B;
}
</style>
border-color css
<style>
span { border-color: #CE8A3B; }
span { border-color: rgb(206,138,59); }
td.TdClassName
{
border-color: #CE8A3B;
}
.TagClassName
{
border-color: #CE8A3B;
}
</style>