Shades of Peru #CB853D
Tints of Peru #CB853D
RGB
CMYK
RGB Variations
Color information
#CB853D (or 0xCB853D) is known color: Peru. HEX triplet: CB, 85 and 3D. RGB value is (203,133,61). Sum of RGB (Red+Green+Blue) = 203+133+61=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB853D is #347AC2. Grayscale: #929292. Windows color (decimal): -3439299 or 4031947. OLE color: 4031947.
HSL color Cylindrical-coordinate representation of color #CB853D: hue angle of 30.42º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB853D is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 61 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.20 |
| HSL | 30.42º | 0.58% | 0.52% | - |
| HSV(B) | 30.42º | 0.7% | 0.8% | - |
| XYZ | 33.86 | 29.81 | 8.38 | - |
| YUV | 145.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 61 | 0 | 0.34 | 0.70 | 0.20 | 30.42 | 0.58 | 0.52 |
| Hex | CB | 85 | 3D | 0 | 22 | 46 | 14 | 1E | 3A | 34 |
| Octal | 313 | 205 | 75 | 0 | 42 | 106 | 24 | 36 | 72 | 64 |
| Binary | 11001011 | 10000101 | 111101 | 0 | 100010 | 1000110 | 10100 | 11110 | 111010 | 110100 |
Color Harmonies of #CB853D
Complementary color
Monochromatic Colors of #CB853D
Black with #CB853D
Text Example
Text Example
White with #CB853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB853D; }
p { color: rgb(203,133,61); }
H1.HeaderClassName
{
color: #CB853D;
}
.AnyTagClassName
{
color: #CB853D;
}
</style>
background-color css
<style>
a { background-color: #CB853D; }
a { background-color: rgb(203,133,61); }
div.DivClassName
{
background-color: #CB853D;
}
.BgClassName
{
background-color: #CB853D;
}
</style>
border-color css
<style>
span { border-color: #CB853D; }
span { border-color: rgb(203,133,61); }
td.TdClassName
{
border-color: #CB853D;
}
.TagClassName
{
border-color: #CB853D;
}
</style>