Shades of Peru #CC894F
Tints of Peru #CC894F
RGB
CMYK
RGB Variations
Color information
#CC894F (or 0xCC894F) is known color: Peru. HEX triplet: CC, 89 and 4F. RGB value is (204,137,79). Sum of RGB (Red+Green+Blue) = 204+137+79=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC894F is #3376B0. Grayscale: #969696. Windows color (decimal): -3372721 or 5212620. OLE color: 5212620.
HSL color Cylindrical-coordinate representation of color #CC894F: hue angle of 27.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC894F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 79 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.2 |
| HSL | 27.84º | 0.55% | 0.55% | - |
| HSV(B) | 27.84º | 0.61% | 0.8% | - |
| XYZ | 35.26 | 31.29 | 11.58 | - |
| YUV | 150.42 | 87.7 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 79 | 0 | 0.33 | 0.61 | 0.2 | 27.84 | 0.55 | 0.55 |
| Hex | CC | 89 | 4F | 0 | 21 | 3D | 14 | 1C | 37 | 37 |
| Octal | 314 | 211 | 117 | 0 | 41 | 75 | 24 | 34 | 67 | 67 |
| Binary | 11001100 | 10001001 | 1001111 | 0 | 100001 | 111101 | 10100 | 11100 | 110111 | 110111 |
Color Harmonies of #CC894F
Complementary color
Monochromatic Colors of #CC894F
Black with #CC894F
Text Example
Text Example
White with #CC894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC894F; }
p { color: rgb(204,137,79); }
H1.HeaderClassName
{
color: #CC894F;
}
.AnyTagClassName
{
color: #CC894F;
}
</style>
background-color css
<style>
a { background-color: #CC894F; }
a { background-color: rgb(204,137,79); }
div.DivClassName
{
background-color: #CC894F;
}
.BgClassName
{
background-color: #CC894F;
}
</style>
border-color css
<style>
span { border-color: #CC894F; }
span { border-color: rgb(204,137,79); }
td.TdClassName
{
border-color: #CC894F;
}
.TagClassName
{
border-color: #CC894F;
}
</style>