Shades of Peru #CC893A
Tints of Peru #CC893A
RGB
CMYK
RGB Variations
Color information
#CC893A (or 0xCC893A) is known color: Peru. HEX triplet: CC, 89 and 3A. RGB value is (204,137,58). Sum of RGB (Red+Green+Blue) = 204+137+58=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC893A is #3376C5. Grayscale: #949494. Windows color (decimal): -3372742 or 3836364. OLE color: 3836364.
HSL color Cylindrical-coordinate representation of color #CC893A: hue angle of 32.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC893A is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 58 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.2 |
| HSL | 32.47º | 0.59% | 0.51% | - |
| HSV(B) | 32.47º | 0.72% | 0.8% | - |
| XYZ | 34.61 | 31.03 | 8.17 | - |
| YUV | 148.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 58 | 0 | 0.33 | 0.72 | 0.2 | 32.47 | 0.59 | 0.51 |
| Hex | CC | 89 | 3A | 0 | 21 | 48 | 14 | 20 | 3B | 33 |
| Octal | 314 | 211 | 72 | 0 | 41 | 110 | 24 | 40 | 73 | 63 |
| Binary | 11001100 | 10001001 | 111010 | 0 | 100001 | 1001000 | 10100 | 100000 | 111011 | 110011 |
Color Harmonies of #CC893A
Complementary color
Monochromatic Colors of #CC893A
Black with #CC893A
Text Example
Text Example
White with #CC893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC893A; }
p { color: rgb(204,137,58); }
H1.HeaderClassName
{
color: #CC893A;
}
.AnyTagClassName
{
color: #CC893A;
}
</style>
background-color css
<style>
a { background-color: #CC893A; }
a { background-color: rgb(204,137,58); }
div.DivClassName
{
background-color: #CC893A;
}
.BgClassName
{
background-color: #CC893A;
}
</style>
border-color css
<style>
span { border-color: #CC893A; }
span { border-color: rgb(204,137,58); }
td.TdClassName
{
border-color: #CC893A;
}
.TagClassName
{
border-color: #CC893A;
}
</style>