Shades of Peru #CE873C
Tints of Peru #CE873C
RGB
CMYK
RGB Variations
Color information
#CE873C (or 0xCE873C) is known color: Peru. HEX triplet: CE, 87 and 3C. RGB value is (206,135,60). Sum of RGB (Red+Green+Blue) = 206+135+60=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE873C is #3178C3. Grayscale: #949494. Windows color (decimal): -3242180 or 3966926. OLE color: 3966926.
HSL color Cylindrical-coordinate representation of color #CE873C: hue angle of 30.82º 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 #CE873C is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 60 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.19 |
| HSL | 30.82º | 0.6% | 0.52% | - |
| HSV(B) | 30.82º | 0.71% | 0.81% | - |
| XYZ | 34.93 | 30.78 | 8.37 | - |
| YUV | 147.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 60 | 0 | 0.34 | 0.71 | 0.19 | 30.82 | 0.6 | 0.52 |
| Hex | CE | 87 | 3C | 0 | 22 | 47 | 13 | 1F | 3C | 34 |
| Octal | 316 | 207 | 74 | 0 | 42 | 107 | 23 | 37 | 74 | 64 |
| Binary | 11001110 | 10000111 | 111100 | 0 | 100010 | 1000111 | 10011 | 11111 | 111100 | 110100 |
Color Harmonies of #CE873C
Complementary color
Monochromatic Colors of #CE873C
Black with #CE873C
Text Example
Text Example
White with #CE873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE873C; }
p { color: rgb(206,135,60); }
H1.HeaderClassName
{
color: #CE873C;
}
.AnyTagClassName
{
color: #CE873C;
}
</style>
background-color css
<style>
a { background-color: #CE873C; }
a { background-color: rgb(206,135,60); }
div.DivClassName
{
background-color: #CE873C;
}
.BgClassName
{
background-color: #CE873C;
}
</style>
border-color css
<style>
span { border-color: #CE873C; }
span { border-color: rgb(206,135,60); }
td.TdClassName
{
border-color: #CE873C;
}
.TagClassName
{
border-color: #CE873C;
}
</style>