Shades of Peru #CB894A
Tints of Peru #CB894A
RGB
CMYK
RGB Variations
Color information
#CB894A (or 0xCB894A) is known color: Peru. HEX triplet: CB, 89 and 4A. RGB value is (203,137,74). Sum of RGB (Red+Green+Blue) = 203+137+74=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB894A is #3476B5. Grayscale: #959595. Windows color (decimal): -3438262 or 4884939. OLE color: 4884939.
HSL color Cylindrical-coordinate representation of color #CB894A: hue angle of 29.3º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB894A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 74 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.20 |
| HSL | 29.3º | 0.55% | 0.54% | - |
| HSV(B) | 29.3º | 0.64% | 0.8% | - |
| XYZ | 34.81 | 31.08 | 10.64 | - |
| YUV | 149.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 74 | 0 | 0.33 | 0.64 | 0.20 | 29.3 | 0.55 | 0.54 |
| Hex | CB | 89 | 4A | 0 | 21 | 40 | 14 | 1D | 37 | 36 |
| Octal | 313 | 211 | 112 | 0 | 41 | 100 | 24 | 35 | 67 | 66 |
| Binary | 11001011 | 10001001 | 1001010 | 0 | 100001 | 1000000 | 10100 | 11101 | 110111 | 110110 |
Color Harmonies of #CB894A
Complementary color
Monochromatic Colors of #CB894A
Black with #CB894A
Text Example
Text Example
White with #CB894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB894A; }
p { color: rgb(203,137,74); }
H1.HeaderClassName
{
color: #CB894A;
}
.AnyTagClassName
{
color: #CB894A;
}
</style>
background-color css
<style>
a { background-color: #CB894A; }
a { background-color: rgb(203,137,74); }
div.DivClassName
{
background-color: #CB894A;
}
.BgClassName
{
background-color: #CB894A;
}
</style>
border-color css
<style>
span { border-color: #CB894A; }
span { border-color: rgb(203,137,74); }
td.TdClassName
{
border-color: #CB894A;
}
.TagClassName
{
border-color: #CB894A;
}
</style>