Shades of Peru #CC893F
Tints of Peru #CC893F
RGB
CMYK
RGB Variations
Color information
#CC893F (or 0xCC893F) is known color: Peru. HEX triplet: CC, 89 and 3F. RGB value is (204,137,63). Sum of RGB (Red+Green+Blue) = 204+137+63=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC893F is #3376C0. Grayscale: #949494. Windows color (decimal): -3372737 or 4164044. OLE color: 4164044.
HSL color Cylindrical-coordinate representation of color #CC893F: hue angle of 31.49º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC893F is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 63 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.2 |
| HSL | 31.49º | 0.58% | 0.52% | - |
| HSV(B) | 31.49º | 0.69% | 0.8% | - |
| XYZ | 34.74 | 31.09 | 8.87 | - |
| YUV | 148.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 63 | 0 | 0.33 | 0.69 | 0.2 | 31.49 | 0.58 | 0.52 |
| Hex | CC | 89 | 3F | 0 | 21 | 45 | 14 | 1F | 3A | 34 |
| Octal | 314 | 211 | 77 | 0 | 41 | 105 | 24 | 37 | 72 | 64 |
| Binary | 11001100 | 10001001 | 111111 | 0 | 100001 | 1000101 | 10100 | 11111 | 111010 | 110100 |
Color Harmonies of #CC893F
Complementary color
Monochromatic Colors of #CC893F
Black with #CC893F
Text Example
Text Example
White with #CC893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC893F; }
p { color: rgb(204,137,63); }
H1.HeaderClassName
{
color: #CC893F;
}
.AnyTagClassName
{
color: #CC893F;
}
</style>
background-color css
<style>
a { background-color: #CC893F; }
a { background-color: rgb(204,137,63); }
div.DivClassName
{
background-color: #CC893F;
}
.BgClassName
{
background-color: #CC893F;
}
</style>
border-color css
<style>
span { border-color: #CC893F; }
span { border-color: rgb(204,137,63); }
td.TdClassName
{
border-color: #CC893F;
}
.TagClassName
{
border-color: #CC893F;
}
</style>