Shades of Peru #CB8B44
Tints of Peru #CB8B44
RGB
CMYK
RGB Variations
Color information
#CB8B44 (or 0xCB8B44) is known color: Peru. HEX triplet: CB, 8B and 44. RGB value is (203,139,68). Sum of RGB (Red+Green+Blue) = 203+139+68=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8B44 is #3474BB. Grayscale: #969696. Windows color (decimal): -3437756 or 4492235. OLE color: 4492235.
HSL color Cylindrical-coordinate representation of color #CB8B44: hue angle of 31.56º degrees, saturation: 0.56, 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 #CB8B44 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 68 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.20 |
| HSL | 31.56º | 0.56% | 0.53% | - |
| HSV(B) | 31.56º | 0.67% | 0.8% | - |
| XYZ | 34.9 | 31.58 | 9.72 | - |
| YUV | 150.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 68 | 0 | 0.32 | 0.67 | 0.20 | 31.56 | 0.56 | 0.53 |
| Hex | CB | 8B | 44 | 0 | 20 | 43 | 14 | 20 | 38 | 35 |
| Octal | 313 | 213 | 104 | 0 | 40 | 103 | 24 | 40 | 70 | 65 |
| Binary | 11001011 | 10001011 | 1000100 | 0 | 100000 | 1000011 | 10100 | 100000 | 111000 | 110101 |
Color Harmonies of #CB8B44
Complementary color
Monochromatic Colors of #CB8B44
Black with #CB8B44
Text Example
Text Example
White with #CB8B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B44; }
p { color: rgb(203,139,68); }
H1.HeaderClassName
{
color: #CB8B44;
}
.AnyTagClassName
{
color: #CB8B44;
}
</style>
background-color css
<style>
a { background-color: #CB8B44; }
a { background-color: rgb(203,139,68); }
div.DivClassName
{
background-color: #CB8B44;
}
.BgClassName
{
background-color: #CB8B44;
}
</style>
border-color css
<style>
span { border-color: #CB8B44; }
span { border-color: rgb(203,139,68); }
td.TdClassName
{
border-color: #CB8B44;
}
.TagClassName
{
border-color: #CB8B44;
}
</style>