Shades of Peru #CB893E
Tints of Peru #CB893E
RGB
CMYK
RGB Variations
Color information
#CB893E (or 0xCB893E) is known color: Peru. HEX triplet: CB, 89 and 3E. RGB value is (203,137,62). Sum of RGB (Red+Green+Blue) = 203+137+62=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB893E is #3476C1. Grayscale: #949494. Windows color (decimal): -3438274 or 4098507. OLE color: 4098507.
HSL color Cylindrical-coordinate representation of color #CB893E: hue angle of 31.91º 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 #CB893E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 62 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.20 |
| HSL | 31.91º | 0.58% | 0.52% | - |
| HSV(B) | 31.91º | 0.69% | 0.8% | - |
| XYZ | 34.44 | 30.94 | 8.71 | - |
| YUV | 148.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 62 | 0 | 0.33 | 0.69 | 0.20 | 31.91 | 0.58 | 0.52 |
| Hex | CB | 89 | 3E | 0 | 21 | 45 | 14 | 20 | 3A | 34 |
| Octal | 313 | 211 | 76 | 0 | 41 | 105 | 24 | 40 | 72 | 64 |
| Binary | 11001011 | 10001001 | 111110 | 0 | 100001 | 1000101 | 10100 | 100000 | 111010 | 110100 |
Color Harmonies of #CB893E
Complementary color
Monochromatic Colors of #CB893E
Black with #CB893E
Text Example
Text Example
White with #CB893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB893E; }
p { color: rgb(203,137,62); }
H1.HeaderClassName
{
color: #CB893E;
}
.AnyTagClassName
{
color: #CB893E;
}
</style>
background-color css
<style>
a { background-color: #CB893E; }
a { background-color: rgb(203,137,62); }
div.DivClassName
{
background-color: #CB893E;
}
.BgClassName
{
background-color: #CB893E;
}
</style>
border-color css
<style>
span { border-color: #CB893E; }
span { border-color: rgb(203,137,62); }
td.TdClassName
{
border-color: #CB893E;
}
.TagClassName
{
border-color: #CB893E;
}
</style>