Shades of Peru #CB894B
Tints of Peru #CB894B
RGB
CMYK
RGB Variations
Color information
#CB894B (or 0xCB894B) is known color: Peru. HEX triplet: CB, 89 and 4B. RGB value is (203,137,75). Sum of RGB (Red+Green+Blue) = 203+137+75=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB894B is #3476B4. Grayscale: #959595. Windows color (decimal): -3438261 or 4950475. OLE color: 4950475.
HSL color Cylindrical-coordinate representation of color #CB894B: hue angle of 29.06º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB894B is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 75 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.20 |
| HSL | 29.06º | 0.55% | 0.55% | - |
| HSV(B) | 29.06º | 0.63% | 0.8% | - |
| XYZ | 34.84 | 31.1 | 10.82 | - |
| YUV | 149.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 75 | 0 | 0.33 | 0.63 | 0.20 | 29.06 | 0.55 | 0.55 |
| Hex | CB | 89 | 4B | 0 | 21 | 3F | 14 | 1D | 37 | 37 |
| Octal | 313 | 211 | 113 | 0 | 41 | 77 | 24 | 35 | 67 | 67 |
| Binary | 11001011 | 10001001 | 1001011 | 0 | 100001 | 111111 | 10100 | 11101 | 110111 | 110111 |
Color Harmonies of #CB894B
Complementary color
Monochromatic Colors of #CB894B
Black with #CB894B
Text Example
Text Example
White with #CB894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB894B; }
p { color: rgb(203,137,75); }
H1.HeaderClassName
{
color: #CB894B;
}
.AnyTagClassName
{
color: #CB894B;
}
</style>
background-color css
<style>
a { background-color: #CB894B; }
a { background-color: rgb(203,137,75); }
div.DivClassName
{
background-color: #CB894B;
}
.BgClassName
{
background-color: #CB894B;
}
</style>
border-color css
<style>
span { border-color: #CB894B; }
span { border-color: rgb(203,137,75); }
td.TdClassName
{
border-color: #CB894B;
}
.TagClassName
{
border-color: #CB894B;
}
</style>