Shades of Peru #CD823F
Tints of Peru #CD823F
RGB
CMYK
RGB Variations
Color information
#CD823F (or 0xCD823F) is known color: Peru. HEX triplet: CD, 82 and 3F. RGB value is (205,130,63). Sum of RGB (Red+Green+Blue) = 205+130+63=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD823F is #327DC0. Grayscale: #919191. Windows color (decimal): -3308993 or 4162253. OLE color: 4162253.
HSL color Cylindrical-coordinate representation of color #CD823F: hue angle of 28.31º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD823F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 63 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.20 |
| HSL | 28.31º | 0.59% | 0.53% | - |
| HSV(B) | 28.31º | 0.69% | 0.8% | - |
| XYZ | 34.06 | 29.3 | 8.56 | - |
| YUV | 144.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 63 | 0 | 0.37 | 0.69 | 0.20 | 28.31 | 0.59 | 0.53 |
| Hex | CD | 82 | 3F | 0 | 25 | 45 | 14 | 1C | 3B | 35 |
| Octal | 315 | 202 | 77 | 0 | 45 | 105 | 24 | 34 | 73 | 65 |
| Binary | 11001101 | 10000010 | 111111 | 0 | 100101 | 1000101 | 10100 | 11100 | 111011 | 110101 |
Color Harmonies of #CD823F
Complementary color
Monochromatic Colors of #CD823F
Black with #CD823F
Text Example
Text Example
White with #CD823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD823F; }
p { color: rgb(205,130,63); }
H1.HeaderClassName
{
color: #CD823F;
}
.AnyTagClassName
{
color: #CD823F;
}
</style>
background-color css
<style>
a { background-color: #CD823F; }
a { background-color: rgb(205,130,63); }
div.DivClassName
{
background-color: #CD823F;
}
.BgClassName
{
background-color: #CD823F;
}
</style>
border-color css
<style>
span { border-color: #CD823F; }
span { border-color: rgb(205,130,63); }
td.TdClassName
{
border-color: #CD823F;
}
.TagClassName
{
border-color: #CD823F;
}
</style>