Shades of Peru #CC894D
Tints of Peru #CC894D
RGB
CMYK
RGB Variations
Color information
#CC894D (or 0xCC894D) is known color: Peru. HEX triplet: CC, 89 and 4D. RGB value is (204,137,77). Sum of RGB (Red+Green+Blue) = 204+137+77=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC894D is #3376B2. Grayscale: #969696. Windows color (decimal): -3372723 or 5081548. OLE color: 5081548.
HSL color Cylindrical-coordinate representation of color #CC894D: hue angle of 28.35º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC894D is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 77 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.2 |
| HSL | 28.35º | 0.55% | 0.55% | - |
| HSV(B) | 28.35º | 0.62% | 0.8% | - |
| XYZ | 35.19 | 31.26 | 11.2 | - |
| YUV | 150.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 77 | 0 | 0.33 | 0.62 | 0.2 | 28.35 | 0.55 | 0.55 |
| Hex | CC | 89 | 4D | 0 | 21 | 3E | 14 | 1C | 37 | 37 |
| Octal | 314 | 211 | 115 | 0 | 41 | 76 | 24 | 34 | 67 | 67 |
| Binary | 11001100 | 10001001 | 1001101 | 0 | 100001 | 111110 | 10100 | 11100 | 110111 | 110111 |
Color Harmonies of #CC894D
Complementary color
Monochromatic Colors of #CC894D
Black with #CC894D
Text Example
Text Example
White with #CC894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC894D; }
p { color: rgb(204,137,77); }
H1.HeaderClassName
{
color: #CC894D;
}
.AnyTagClassName
{
color: #CC894D;
}
</style>
background-color css
<style>
a { background-color: #CC894D; }
a { background-color: rgb(204,137,77); }
div.DivClassName
{
background-color: #CC894D;
}
.BgClassName
{
background-color: #CC894D;
}
</style>
border-color css
<style>
span { border-color: #CC894D; }
span { border-color: rgb(204,137,77); }
td.TdClassName
{
border-color: #CC894D;
}
.TagClassName
{
border-color: #CC894D;
}
</style>