Shades of Peru #CC894C
Tints of Peru #CC894C
RGB
CMYK
RGB Variations
Color information
#CC894C (or 0xCC894C) is known color: Peru. HEX triplet: CC, 89 and 4C. RGB value is (204,137,76). Sum of RGB (Red+Green+Blue) = 204+137+76=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC894C is #3376B3. Grayscale: #969696. Windows color (decimal): -3372724 or 5016012. OLE color: 5016012.
HSL color Cylindrical-coordinate representation of color #CC894C: hue angle of 28.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC894C is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 76 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.2 |
| HSL | 28.59º | 0.56% | 0.55% | - |
| HSV(B) | 28.59º | 0.63% | 0.8% | - |
| XYZ | 35.15 | 31.25 | 11.02 | - |
| YUV | 150.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 76 | 0 | 0.33 | 0.63 | 0.2 | 28.59 | 0.56 | 0.55 |
| Hex | CC | 89 | 4C | 0 | 21 | 3F | 14 | 1D | 38 | 37 |
| Octal | 314 | 211 | 114 | 0 | 41 | 77 | 24 | 35 | 70 | 67 |
| Binary | 11001100 | 10001001 | 1001100 | 0 | 100001 | 111111 | 10100 | 11101 | 111000 | 110111 |
Color Harmonies of #CC894C
Complementary color
Monochromatic Colors of #CC894C
Black with #CC894C
Text Example
Text Example
White with #CC894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC894C; }
p { color: rgb(204,137,76); }
H1.HeaderClassName
{
color: #CC894C;
}
.AnyTagClassName
{
color: #CC894C;
}
</style>
background-color css
<style>
a { background-color: #CC894C; }
a { background-color: rgb(204,137,76); }
div.DivClassName
{
background-color: #CC894C;
}
.BgClassName
{
background-color: #CC894C;
}
</style>
border-color css
<style>
span { border-color: #CC894C; }
span { border-color: rgb(204,137,76); }
td.TdClassName
{
border-color: #CC894C;
}
.TagClassName
{
border-color: #CC894C;
}
</style>