Shades of Peru #CB883E
Tints of Peru #CB883E
RGB
CMYK
RGB Variations
Color information
#CB883E (or 0xCB883E) is known color: Peru. HEX triplet: CB, 88 and 3E. RGB value is (203,136,62). Sum of RGB (Red+Green+Blue) = 203+136+62=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB883E is #3477C1. Grayscale: #939393. Windows color (decimal): -3438530 or 4098251. OLE color: 4098251.
HSL color Cylindrical-coordinate representation of color #CB883E: hue angle of 31.49º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB883E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 62 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.20 |
| HSL | 31.49º | 0.58% | 0.52% | - |
| HSV(B) | 31.49º | 0.69% | 0.8% | - |
| XYZ | 34.3 | 30.65 | 8.67 | - |
| YUV | 147.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 62 | 0 | 0.33 | 0.69 | 0.20 | 31.49 | 0.58 | 0.52 |
| Hex | CB | 88 | 3E | 0 | 21 | 45 | 14 | 1F | 3A | 34 |
| Octal | 313 | 210 | 76 | 0 | 41 | 105 | 24 | 37 | 72 | 64 |
| Binary | 11001011 | 10001000 | 111110 | 0 | 100001 | 1000101 | 10100 | 11111 | 111010 | 110100 |
Color Harmonies of #CB883E
Complementary color
Monochromatic Colors of #CB883E
Black with #CB883E
Text Example
Text Example
White with #CB883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB883E; }
p { color: rgb(203,136,62); }
H1.HeaderClassName
{
color: #CB883E;
}
.AnyTagClassName
{
color: #CB883E;
}
</style>
background-color css
<style>
a { background-color: #CB883E; }
a { background-color: rgb(203,136,62); }
div.DivClassName
{
background-color: #CB883E;
}
.BgClassName
{
background-color: #CB883E;
}
</style>
border-color css
<style>
span { border-color: #CB883E; }
span { border-color: rgb(203,136,62); }
td.TdClassName
{
border-color: #CB883E;
}
.TagClassName
{
border-color: #CB883E;
}
</style>