Shades of Peru #CD883B
Tints of Peru #CD883B
RGB
CMYK
RGB Variations
Color information
#CD883B (or 0xCD883B) is known color: Peru. HEX triplet: CD, 88 and 3B. RGB value is (205,136,59). Sum of RGB (Red+Green+Blue) = 205+136+59=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD883B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD883B is #3277C4. Grayscale: #949494. Windows color (decimal): -3307461 or 3901645. OLE color: 3901645.
HSL color Cylindrical-coordinate representation of color #CD883B: hue angle of 31.64º 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 #CD883B is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 59 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.20 |
| HSL | 31.64º | 0.59% | 0.52% | - |
| HSV(B) | 31.64º | 0.71% | 0.8% | - |
| XYZ | 34.77 | 30.9 | 8.27 | - |
| YUV | 147.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 59 | 0 | 0.34 | 0.71 | 0.20 | 31.64 | 0.59 | 0.52 |
| Hex | CD | 88 | 3B | 0 | 22 | 47 | 14 | 20 | 3B | 34 |
| Octal | 315 | 210 | 73 | 0 | 42 | 107 | 24 | 40 | 73 | 64 |
| Binary | 11001101 | 10001000 | 111011 | 0 | 100010 | 1000111 | 10100 | 100000 | 111011 | 110100 |
Color Harmonies of #CD883B
Complementary color
Monochromatic Colors of #CD883B
Black with #CD883B
Text Example
Text Example
White with #CD883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD883B; }
p { color: rgb(205,136,59); }
H1.HeaderClassName
{
color: #CD883B;
}
.AnyTagClassName
{
color: #CD883B;
}
</style>
background-color css
<style>
a { background-color: #CD883B; }
a { background-color: rgb(205,136,59); }
div.DivClassName
{
background-color: #CD883B;
}
.BgClassName
{
background-color: #CD883B;
}
</style>
border-color css
<style>
span { border-color: #CD883B; }
span { border-color: rgb(205,136,59); }
td.TdClassName
{
border-color: #CD883B;
}
.TagClassName
{
border-color: #CD883B;
}
</style>