Shades of Peru #CC8545
Tints of Peru #CC8545
RGB
CMYK
RGB Variations
Color information
#CC8545 (or 0xCC8545) is known color: Peru. HEX triplet: CC, 85 and 45. RGB value is (204,133,69). Sum of RGB (Red+Green+Blue) = 204+133+69=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8545 is #337ABA. Grayscale: #939393. Windows color (decimal): -3373755 or 4556236. OLE color: 4556236.
HSL color Cylindrical-coordinate representation of color #CC8545: hue angle of 28.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC8545 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 133 | 69 | - |
CMYK | 0 | 0.35 | 0.66 | 0.2 |
HSL | 28.44º | 0.57% | 0.54% | - |
HSV(B) | 28.44º | 0.66% | 0.8% | - |
XYZ | 34.36 | 30.04 | 9.62 | - |
YUV | 146.93 | 84.02 | 168.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 133 | 69 | 0 | 0.35 | 0.66 | 0.2 | 28.44 | 0.57 | 0.54 |
Hex | CC | 85 | 45 | 0 | 23 | 42 | 14 | 1C | 39 | 36 |
Octal | 314 | 205 | 105 | 0 | 43 | 102 | 24 | 34 | 71 | 66 |
Binary | 11001100 | 10000101 | 1000101 | 0 | 100011 | 1000010 | 10100 | 11100 | 111001 | 110110 |
Color Harmonies of #CC8545
Complementary color
Monochromatic Colors of #CC8545
Black with #CC8545
Text Example
Text Example
White with #CC8545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8545; }
p { color: rgb(204,133,69); }
H1.HeaderClassName
{
color: #CC8545;
}
.AnyTagClassName
{
color: #CC8545;
}
</style>
background-color css
<style>
a { background-color: #CC8545; }
a { background-color: rgb(204,133,69); }
div.DivClassName
{
background-color: #CC8545;
}
.BgClassName
{
background-color: #CC8545;
}
</style>
border-color css
<style>
span { border-color: #CC8545; }
span { border-color: rgb(204,133,69); }
td.TdClassName
{
border-color: #CC8545;
}
.TagClassName
{
border-color: #CC8545;
}
</style>