Shades of Peru #CD803C
Tints of Peru #CD803C
RGB
CMYK
RGB Variations
Color information
#CD803C (or 0xCD803C) is known color: Peru. HEX triplet: CD, 80 and 3C. RGB value is (205,128,60). Sum of RGB (Red+Green+Blue) = 205+128+60=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD803C is #327FC3. Grayscale: #8F8F8F. Windows color (decimal): -3309508 or 3965133. OLE color: 3965133.
HSL color Cylindrical-coordinate representation of color #CD803C: hue angle of 28.14º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD803C is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 60 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.20 |
| HSL | 28.14º | 0.59% | 0.52% | - |
| HSV(B) | 28.14º | 0.71% | 0.8% | - |
| XYZ | 33.71 | 28.74 | 8.05 | - |
| YUV | 143.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 60 | 0 | 0.38 | 0.71 | 0.20 | 28.14 | 0.59 | 0.52 |
| Hex | CD | 80 | 3C | 0 | 26 | 47 | 14 | 1C | 3B | 34 |
| Octal | 315 | 200 | 74 | 0 | 46 | 107 | 24 | 34 | 73 | 64 |
| Binary | 11001101 | 10000000 | 111100 | 0 | 100110 | 1000111 | 10100 | 11100 | 111011 | 110100 |
Color Harmonies of #CD803C
Complementary color
Monochromatic Colors of #CD803C
Black with #CD803C
Text Example
Text Example
White with #CD803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD803C; }
p { color: rgb(205,128,60); }
H1.HeaderClassName
{
color: #CD803C;
}
.AnyTagClassName
{
color: #CD803C;
}
</style>
background-color css
<style>
a { background-color: #CD803C; }
a { background-color: rgb(205,128,60); }
div.DivClassName
{
background-color: #CD803C;
}
.BgClassName
{
background-color: #CD803C;
}
</style>
border-color css
<style>
span { border-color: #CD803C; }
span { border-color: rgb(205,128,60); }
td.TdClassName
{
border-color: #CD803C;
}
.TagClassName
{
border-color: #CD803C;
}
</style>