Shades of Peru #CB843C
Tints of Peru #CB843C
RGB
CMYK
RGB Variations
Color information
#CB843C (or 0xCB843C) is known color: Peru. HEX triplet: CB, 84 and 3C. RGB value is (203,132,60). Sum of RGB (Red+Green+Blue) = 203+132+60=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB843C is #347BC3. Grayscale: #919191. Windows color (decimal): -3439556 or 3966155. OLE color: 3966155.
HSL color Cylindrical-coordinate representation of color #CB843C: hue angle of 30.21º 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 #CB843C is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 60 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.20 |
| HSL | 30.21º | 0.58% | 0.52% | - |
| HSV(B) | 30.21º | 0.7% | 0.8% | - |
| XYZ | 33.7 | 29.53 | 8.2 | - |
| YUV | 145.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 60 | 0 | 0.35 | 0.70 | 0.20 | 30.21 | 0.58 | 0.52 |
| Hex | CB | 84 | 3C | 0 | 23 | 46 | 14 | 1E | 3A | 34 |
| Octal | 313 | 204 | 74 | 0 | 43 | 106 | 24 | 36 | 72 | 64 |
| Binary | 11001011 | 10000100 | 111100 | 0 | 100011 | 1000110 | 10100 | 11110 | 111010 | 110100 |
Color Harmonies of #CB843C
Complementary color
Monochromatic Colors of #CB843C
Black with #CB843C
Text Example
Text Example
White with #CB843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB843C; }
p { color: rgb(203,132,60); }
H1.HeaderClassName
{
color: #CB843C;
}
.AnyTagClassName
{
color: #CB843C;
}
</style>
background-color css
<style>
a { background-color: #CB843C; }
a { background-color: rgb(203,132,60); }
div.DivClassName
{
background-color: #CB843C;
}
.BgClassName
{
background-color: #CB843C;
}
</style>
border-color css
<style>
span { border-color: #CB843C; }
span { border-color: rgb(203,132,60); }
td.TdClassName
{
border-color: #CB843C;
}
.TagClassName
{
border-color: #CB843C;
}
</style>