Shades of Peru #CC894E
Tints of Peru #CC894E
RGB
CMYK
RGB Variations
Color information
#CC894E (or 0xCC894E) is known color: Peru. HEX triplet: CC, 89 and 4E. RGB value is (204,137,78). Sum of RGB (Red+Green+Blue) = 204+137+78=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC894E is #3376B1. Grayscale: #969696. Windows color (decimal): -3372722 or 5147084. OLE color: 5147084.
HSL color Cylindrical-coordinate representation of color #CC894E: hue angle of 28.1º 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 #CC894E is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 78 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.2 |
| HSL | 28.1º | 0.55% | 0.55% | - |
| HSV(B) | 28.1º | 0.62% | 0.8% | - |
| XYZ | 35.22 | 31.28 | 11.39 | - |
| YUV | 150.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 78 | 0 | 0.33 | 0.62 | 0.2 | 28.1 | 0.55 | 0.55 |
| Hex | CC | 89 | 4E | 0 | 21 | 3E | 14 | 1C | 37 | 37 |
| Octal | 314 | 211 | 116 | 0 | 41 | 76 | 24 | 34 | 67 | 67 |
| Binary | 11001100 | 10001001 | 1001110 | 0 | 100001 | 111110 | 10100 | 11100 | 110111 | 110111 |
Color Harmonies of #CC894E
Complementary color
Monochromatic Colors of #CC894E
Black with #CC894E
Text Example
Text Example
White with #CC894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC894E; }
p { color: rgb(204,137,78); }
H1.HeaderClassName
{
color: #CC894E;
}
.AnyTagClassName
{
color: #CC894E;
}
</style>
background-color css
<style>
a { background-color: #CC894E; }
a { background-color: rgb(204,137,78); }
div.DivClassName
{
background-color: #CC894E;
}
.BgClassName
{
background-color: #CC894E;
}
</style>
border-color css
<style>
span { border-color: #CC894E; }
span { border-color: rgb(204,137,78); }
td.TdClassName
{
border-color: #CC894E;
}
.TagClassName
{
border-color: #CC894E;
}
</style>