Shades of Peru #CB8443
Tints of Peru #CB8443
RGB
CMYK
RGB Variations
Color information
#CB8443 (or 0xCB8443) is known color: Peru. HEX triplet: CB, 84 and 43. RGB value is (203,132,67). Sum of RGB (Red+Green+Blue) = 203+132+67=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8443 is #347BBC. Grayscale: #929292. Windows color (decimal): -3439549 or 4424907. OLE color: 4424907.
HSL color Cylindrical-coordinate representation of color #CB8443: hue angle of 28.68º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB8443 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 67 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.20 |
| HSL | 28.68º | 0.57% | 0.53% | - |
| HSV(B) | 28.68º | 0.67% | 0.8% | - |
| XYZ | 33.89 | 29.6 | 9.24 | - |
| YUV | 145.82 | 83.52 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 67 | 0 | 0.35 | 0.67 | 0.20 | 28.68 | 0.57 | 0.53 |
| Hex | CB | 84 | 43 | 0 | 23 | 43 | 14 | 1D | 39 | 35 |
| Octal | 313 | 204 | 103 | 0 | 43 | 103 | 24 | 35 | 71 | 65 |
| Binary | 11001011 | 10000100 | 1000011 | 0 | 100011 | 1000011 | 10100 | 11101 | 111001 | 110101 |
Color Harmonies of #CB8443
Complementary color
Monochromatic Colors of #CB8443
Black with #CB8443
Text Example
Text Example
White with #CB8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8443; }
p { color: rgb(203,132,67); }
H1.HeaderClassName
{
color: #CB8443;
}
.AnyTagClassName
{
color: #CB8443;
}
</style>
background-color css
<style>
a { background-color: #CB8443; }
a { background-color: rgb(203,132,67); }
div.DivClassName
{
background-color: #CB8443;
}
.BgClassName
{
background-color: #CB8443;
}
</style>
border-color css
<style>
span { border-color: #CB8443; }
span { border-color: rgb(203,132,67); }
td.TdClassName
{
border-color: #CB8443;
}
.TagClassName
{
border-color: #CB8443;
}
</style>