Shades of Peru #CE883C
Tints of Peru #CE883C
RGB
CMYK
RGB Variations
Color information
#CE883C (or 0xCE883C) is known color: Peru. HEX triplet: CE, 88 and 3C. RGB value is (206,136,60). Sum of RGB (Red+Green+Blue) = 206+136+60=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE883C is #3177C3. Grayscale: #949494. Windows color (decimal): -3241924 or 3967182. OLE color: 3967182.
HSL color Cylindrical-coordinate representation of color #CE883C: hue angle of 31.23º 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 #CE883C is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 60 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.19 |
| HSL | 31.23º | 0.6% | 0.52% | - |
| HSV(B) | 31.23º | 0.71% | 0.81% | - |
| XYZ | 35.07 | 31.06 | 8.42 | - |
| YUV | 148.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 60 | 0 | 0.34 | 0.71 | 0.19 | 31.23 | 0.6 | 0.52 |
| Hex | CE | 88 | 3C | 0 | 22 | 47 | 13 | 1F | 3C | 34 |
| Octal | 316 | 210 | 74 | 0 | 42 | 107 | 23 | 37 | 74 | 64 |
| Binary | 11001110 | 10001000 | 111100 | 0 | 100010 | 1000111 | 10011 | 11111 | 111100 | 110100 |
Color Harmonies of #CE883C
Complementary color
Monochromatic Colors of #CE883C
Black with #CE883C
Text Example
Text Example
White with #CE883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE883C; }
p { color: rgb(206,136,60); }
H1.HeaderClassName
{
color: #CE883C;
}
.AnyTagClassName
{
color: #CE883C;
}
</style>
background-color css
<style>
a { background-color: #CE883C; }
a { background-color: rgb(206,136,60); }
div.DivClassName
{
background-color: #CE883C;
}
.BgClassName
{
background-color: #CE883C;
}
</style>
border-color css
<style>
span { border-color: #CE883C; }
span { border-color: rgb(206,136,60); }
td.TdClassName
{
border-color: #CE883C;
}
.TagClassName
{
border-color: #CE883C;
}
</style>