Shades of Peru #CC8A4A
Tints of Peru #CC8A4A
RGB
CMYK
RGB Variations
Color information
#CC8A4A (or 0xCC8A4A) is known color: Peru. HEX triplet: CC, 8A and 4A. RGB value is (204,138,74). Sum of RGB (Red+Green+Blue) = 204+138+74=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A4A is #3375B5. Grayscale: #969696. Windows color (decimal): -3372470 or 4885196. OLE color: 4885196.
HSL color Cylindrical-coordinate representation of color #CC8A4A: hue angle of 29.54º 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 #CC8A4A is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 74 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.2 |
| HSL | 29.54º | 0.56% | 0.55% | - |
| HSV(B) | 29.54º | 0.64% | 0.8% | - |
| XYZ | 35.23 | 31.51 | 10.7 | - |
| YUV | 150.44 | 84.87 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 74 | 0 | 0.32 | 0.64 | 0.2 | 29.54 | 0.56 | 0.55 |
| Hex | CC | 8A | 4A | 0 | 20 | 40 | 14 | 1E | 38 | 37 |
| Octal | 314 | 212 | 112 | 0 | 40 | 100 | 24 | 36 | 70 | 67 |
| Binary | 11001100 | 10001010 | 1001010 | 0 | 100000 | 1000000 | 10100 | 11110 | 111000 | 110111 |
Color Harmonies of #CC8A4A
Complementary color
Monochromatic Colors of #CC8A4A
Black with #CC8A4A
Text Example
Text Example
White with #CC8A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A4A; }
p { color: rgb(204,138,74); }
H1.HeaderClassName
{
color: #CC8A4A;
}
.AnyTagClassName
{
color: #CC8A4A;
}
</style>
background-color css
<style>
a { background-color: #CC8A4A; }
a { background-color: rgb(204,138,74); }
div.DivClassName
{
background-color: #CC8A4A;
}
.BgClassName
{
background-color: #CC8A4A;
}
</style>
border-color css
<style>
span { border-color: #CC8A4A; }
span { border-color: rgb(204,138,74); }
td.TdClassName
{
border-color: #CC8A4A;
}
.TagClassName
{
border-color: #CC8A4A;
}
</style>