Shades of Peru #CC864B
Tints of Peru #CC864B
RGB
CMYK
RGB Variations
Color information
#CC864B (or 0xCC864B) is known color: Peru. HEX triplet: CC, 86 and 4B. RGB value is (204,134,75). Sum of RGB (Red+Green+Blue) = 204+134+75=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC864B is #3379B4. Grayscale: #949494. Windows color (decimal): -3373493 or 4949708. OLE color: 4949708.
HSL color Cylindrical-coordinate representation of color #CC864B: hue angle of 27.44º 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 #CC864B is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 75 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.2 |
| HSL | 27.44º | 0.56% | 0.55% | - |
| HSV(B) | 27.44º | 0.63% | 0.8% | - |
| XYZ | 34.7 | 30.4 | 10.69 | - |
| YUV | 148.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 75 | 0 | 0.34 | 0.63 | 0.2 | 27.44 | 0.56 | 0.55 |
| Hex | CC | 86 | 4B | 0 | 22 | 3F | 14 | 1B | 38 | 37 |
| Octal | 314 | 206 | 113 | 0 | 42 | 77 | 24 | 33 | 70 | 67 |
| Binary | 11001100 | 10000110 | 1001011 | 0 | 100010 | 111111 | 10100 | 11011 | 111000 | 110111 |
Color Harmonies of #CC864B
Complementary color
Monochromatic Colors of #CC864B
Black with #CC864B
Text Example
Text Example
White with #CC864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC864B; }
p { color: rgb(204,134,75); }
H1.HeaderClassName
{
color: #CC864B;
}
.AnyTagClassName
{
color: #CC864B;
}
</style>
background-color css
<style>
a { background-color: #CC864B; }
a { background-color: rgb(204,134,75); }
div.DivClassName
{
background-color: #CC864B;
}
.BgClassName
{
background-color: #CC864B;
}
</style>
border-color css
<style>
span { border-color: #CC864B; }
span { border-color: rgb(204,134,75); }
td.TdClassName
{
border-color: #CC864B;
}
.TagClassName
{
border-color: #CC864B;
}
</style>