Shades of Peru #CB843D
Tints of Peru #CB843D
RGB
CMYK
RGB Variations
Color information
#CB843D (or 0xCB843D) is known color: Peru. HEX triplet: CB, 84 and 3D. RGB value is (203,132,61). Sum of RGB (Red+Green+Blue) = 203+132+61=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB843D is #347BC2. Grayscale: #919191. Windows color (decimal): -3439555 or 4031691. OLE color: 4031691.
HSL color Cylindrical-coordinate representation of color #CB843D: hue angle of 30º 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 #CB843D is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 61 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.20 |
| HSL | 30º | 0.58% | 0.52% | - |
| HSV(B) | 30º | 0.7% | 0.8% | - |
| XYZ | 33.72 | 29.54 | 8.34 | - |
| YUV | 145.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 61 | 0 | 0.35 | 0.70 | 0.20 | 30 | 0.58 | 0.52 |
| Hex | CB | 84 | 3D | 0 | 23 | 46 | 14 | 1E | 3A | 34 |
| Octal | 313 | 204 | 75 | 0 | 43 | 106 | 24 | 36 | 72 | 64 |
| Binary | 11001011 | 10000100 | 111101 | 0 | 100011 | 1000110 | 10100 | 11110 | 111010 | 110100 |
Color Harmonies of #CB843D
Complementary color
Monochromatic Colors of #CB843D
Black with #CB843D
Text Example
Text Example
White with #CB843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB843D; }
p { color: rgb(203,132,61); }
H1.HeaderClassName
{
color: #CB843D;
}
.AnyTagClassName
{
color: #CB843D;
}
</style>
background-color css
<style>
a { background-color: #CB843D; }
a { background-color: rgb(203,132,61); }
div.DivClassName
{
background-color: #CB843D;
}
.BgClassName
{
background-color: #CB843D;
}
</style>
border-color css
<style>
span { border-color: #CB843D; }
span { border-color: rgb(203,132,61); }
td.TdClassName
{
border-color: #CB843D;
}
.TagClassName
{
border-color: #CB843D;
}
</style>