Shades of Peru #CB884F
Tints of Peru #CB884F
RGB
CMYK
RGB Variations
Color information
#CB884F (or 0xCB884F) is known color: Peru. HEX triplet: CB, 88 and 4F. RGB value is (203,136,79). Sum of RGB (Red+Green+Blue) = 203+136+79=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB884F is #3477B0. Grayscale: #959595. Windows color (decimal): -3438513 or 5212363. OLE color: 5212363.
HSL color Cylindrical-coordinate representation of color #CB884F: hue angle of 27.58º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB884F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 79 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.20 |
| HSL | 27.58º | 0.54% | 0.55% | - |
| HSV(B) | 27.58º | 0.61% | 0.8% | - |
| XYZ | 34.84 | 30.87 | 11.52 | - |
| YUV | 149.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 79 | 0 | 0.33 | 0.61 | 0.20 | 27.58 | 0.54 | 0.55 |
| Hex | CB | 88 | 4F | 0 | 21 | 3D | 14 | 1C | 36 | 37 |
| Octal | 313 | 210 | 117 | 0 | 41 | 75 | 24 | 34 | 66 | 67 |
| Binary | 11001011 | 10001000 | 1001111 | 0 | 100001 | 111101 | 10100 | 11100 | 110110 | 110111 |
Color Harmonies of #CB884F
Complementary color
Monochromatic Colors of #CB884F
Black with #CB884F
Text Example
Text Example
White with #CB884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB884F; }
p { color: rgb(203,136,79); }
H1.HeaderClassName
{
color: #CB884F;
}
.AnyTagClassName
{
color: #CB884F;
}
</style>
background-color css
<style>
a { background-color: #CB884F; }
a { background-color: rgb(203,136,79); }
div.DivClassName
{
background-color: #CB884F;
}
.BgClassName
{
background-color: #CB884F;
}
</style>
border-color css
<style>
span { border-color: #CB884F; }
span { border-color: rgb(203,136,79); }
td.TdClassName
{
border-color: #CB884F;
}
.TagClassName
{
border-color: #CB884F;
}
</style>