Shades of Peru #CD874C
Tints of Peru #CD874C
RGB
CMYK
RGB Variations
Color information
#CD874C (or 0xCD874C) is known color: Peru. HEX triplet: CD, 87 and 4C. RGB value is (205,135,76). Sum of RGB (Red+Green+Blue) = 205+135+76=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD874C is #3278B3. Grayscale: #959595. Windows color (decimal): -3307700 or 5015501. OLE color: 5015501.
HSL color Cylindrical-coordinate representation of color #CD874C: hue angle of 27.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD874C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 76 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.20 |
| HSL | 27.44º | 0.56% | 0.55% | - |
| HSV(B) | 27.44º | 0.63% | 0.8% | - |
| XYZ | 35.15 | 30.83 | 10.94 | - |
| YUV | 149.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 76 | 0 | 0.34 | 0.63 | 0.20 | 27.44 | 0.56 | 0.55 |
| Hex | CD | 87 | 4C | 0 | 22 | 3F | 14 | 1B | 38 | 37 |
| Octal | 315 | 207 | 114 | 0 | 42 | 77 | 24 | 33 | 70 | 67 |
| Binary | 11001101 | 10000111 | 1001100 | 0 | 100010 | 111111 | 10100 | 11011 | 111000 | 110111 |
Color Harmonies of #CD874C
Complementary color
Monochromatic Colors of #CD874C
Black with #CD874C
Text Example
Text Example
White with #CD874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD874C; }
p { color: rgb(205,135,76); }
H1.HeaderClassName
{
color: #CD874C;
}
.AnyTagClassName
{
color: #CD874C;
}
</style>
background-color css
<style>
a { background-color: #CD874C; }
a { background-color: rgb(205,135,76); }
div.DivClassName
{
background-color: #CD874C;
}
.BgClassName
{
background-color: #CD874C;
}
</style>
border-color css
<style>
span { border-color: #CD874C; }
span { border-color: rgb(205,135,76); }
td.TdClassName
{
border-color: #CD874C;
}
.TagClassName
{
border-color: #CD874C;
}
</style>