Shades of Peru #CC8D4A
Tints of Peru #CC8D4A
RGB
CMYK
RGB Variations
Color information
#CC8D4A (or 0xCC8D4A) is known color: Peru. HEX triplet: CC, 8D and 4A. RGB value is (204,141,74). Sum of RGB (Red+Green+Blue) = 204+141+74=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D4A is #3372B5. Grayscale: #989898. Windows color (decimal): -3371702 or 4885964. OLE color: 4885964.
HSL color Cylindrical-coordinate representation of color #CC8D4A: hue angle of 30.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC8D4A is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 74 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.2 |
| HSL | 30.92º | 0.56% | 0.55% | - |
| HSV(B) | 30.92º | 0.64% | 0.8% | - |
| XYZ | 35.66 | 32.38 | 10.85 | - |
| YUV | 152.2 | 83.87 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 74 | 0 | 0.31 | 0.64 | 0.2 | 30.92 | 0.56 | 0.55 |
| Hex | CC | 8D | 4A | 0 | 1F | 40 | 14 | 1F | 38 | 37 |
| Octal | 314 | 215 | 112 | 0 | 37 | 100 | 24 | 37 | 70 | 67 |
| Binary | 11001100 | 10001101 | 1001010 | 0 | 11111 | 1000000 | 10100 | 11111 | 111000 | 110111 |
Color Harmonies of #CC8D4A
Complementary color
Monochromatic Colors of #CC8D4A
Black with #CC8D4A
Text Example
Text Example
White with #CC8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D4A; }
p { color: rgb(204,141,74); }
H1.HeaderClassName
{
color: #CC8D4A;
}
.AnyTagClassName
{
color: #CC8D4A;
}
</style>
background-color css
<style>
a { background-color: #CC8D4A; }
a { background-color: rgb(204,141,74); }
div.DivClassName
{
background-color: #CC8D4A;
}
.BgClassName
{
background-color: #CC8D4A;
}
</style>
border-color css
<style>
span { border-color: #CC8D4A; }
span { border-color: rgb(204,141,74); }
td.TdClassName
{
border-color: #CC8D4A;
}
.TagClassName
{
border-color: #CC8D4A;
}
</style>