Shades of Peru #CB8345
Tints of Peru #CB8345
RGB
CMYK
RGB Variations
Color information
#CB8345 (or 0xCB8345) is known color: Peru. HEX triplet: CB, 83 and 45. RGB value is (203,131,69). Sum of RGB (Red+Green+Blue) = 203+131+69=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8345 is #347CBA. Grayscale: #919191. Windows color (decimal): -3439803 or 4555723. OLE color: 4555723.
HSL color Cylindrical-coordinate representation of color #CB8345: hue angle of 27.76º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB8345 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 69 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.20 |
| HSL | 27.76º | 0.56% | 0.53% | - |
| HSV(B) | 27.76º | 0.66% | 0.8% | - |
| XYZ | 33.82 | 29.36 | 9.51 | - |
| YUV | 145.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 69 | 0 | 0.35 | 0.66 | 0.20 | 27.76 | 0.56 | 0.53 |
| Hex | CB | 83 | 45 | 0 | 23 | 42 | 14 | 1C | 38 | 35 |
| Octal | 313 | 203 | 105 | 0 | 43 | 102 | 24 | 34 | 70 | 65 |
| Binary | 11001011 | 10000011 | 1000101 | 0 | 100011 | 1000010 | 10100 | 11100 | 111000 | 110101 |
Color Harmonies of #CB8345
Complementary color
Monochromatic Colors of #CB8345
Black with #CB8345
Text Example
Text Example
White with #CB8345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8345; }
p { color: rgb(203,131,69); }
H1.HeaderClassName
{
color: #CB8345;
}
.AnyTagClassName
{
color: #CB8345;
}
</style>
background-color css
<style>
a { background-color: #CB8345; }
a { background-color: rgb(203,131,69); }
div.DivClassName
{
background-color: #CB8345;
}
.BgClassName
{
background-color: #CB8345;
}
</style>
border-color css
<style>
span { border-color: #CB8345; }
span { border-color: rgb(203,131,69); }
td.TdClassName
{
border-color: #CB8345;
}
.TagClassName
{
border-color: #CB8345;
}
</style>