Shades of Peru #CE803D
Tints of Peru #CE803D
RGB
CMYK
RGB Variations
Color information
#CE803D (or 0xCE803D) is known color: Peru. HEX triplet: CE, 80 and 3D. RGB value is (206,128,61). Sum of RGB (Red+Green+Blue) = 206+128+61=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE803D is #317FC2. Grayscale: #909090. Windows color (decimal): -3243971 or 4030670. OLE color: 4030670.
HSL color Cylindrical-coordinate representation of color #CE803D: hue angle of 27.72º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE803D is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 61 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.19 |
| HSL | 27.72º | 0.6% | 0.52% | - |
| HSV(B) | 27.72º | 0.7% | 0.81% | - |
| XYZ | 34.02 | 28.9 | 8.2 | - |
| YUV | 143.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 61 | 0 | 0.38 | 0.70 | 0.19 | 27.72 | 0.6 | 0.52 |
| Hex | CE | 80 | 3D | 0 | 26 | 46 | 13 | 1C | 3C | 34 |
| Octal | 316 | 200 | 75 | 0 | 46 | 106 | 23 | 34 | 74 | 64 |
| Binary | 11001110 | 10000000 | 111101 | 0 | 100110 | 1000110 | 10011 | 11100 | 111100 | 110100 |
Color Harmonies of #CE803D
Complementary color
Monochromatic Colors of #CE803D
Black with #CE803D
Text Example
Text Example
White with #CE803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE803D; }
p { color: rgb(206,128,61); }
H1.HeaderClassName
{
color: #CE803D;
}
.AnyTagClassName
{
color: #CE803D;
}
</style>
background-color css
<style>
a { background-color: #CE803D; }
a { background-color: rgb(206,128,61); }
div.DivClassName
{
background-color: #CE803D;
}
.BgClassName
{
background-color: #CE803D;
}
</style>
border-color css
<style>
span { border-color: #CE803D; }
span { border-color: rgb(206,128,61); }
td.TdClassName
{
border-color: #CE803D;
}
.TagClassName
{
border-color: #CE803D;
}
</style>