Shades of Peru #CB8B42
Tints of Peru #CB8B42
RGB
CMYK
RGB Variations
Color information
#CB8B42 (or 0xCB8B42) is known color: Peru. HEX triplet: CB, 8B and 42. RGB value is (203,139,66). Sum of RGB (Red+Green+Blue) = 203+139+66=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8B42 is #3474BD. Grayscale: #969696. Windows color (decimal): -3437758 or 4361163. OLE color: 4361163.
HSL color Cylindrical-coordinate representation of color #CB8B42: hue angle of 31.97º 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 #CB8B42 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 66 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.20 |
| HSL | 31.97º | 0.57% | 0.53% | - |
| HSV(B) | 31.97º | 0.67% | 0.8% | - |
| XYZ | 34.84 | 31.56 | 9.41 | - |
| YUV | 149.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 66 | 0 | 0.32 | 0.67 | 0.20 | 31.97 | 0.57 | 0.53 |
| Hex | CB | 8B | 42 | 0 | 20 | 43 | 14 | 20 | 39 | 35 |
| Octal | 313 | 213 | 102 | 0 | 40 | 103 | 24 | 40 | 71 | 65 |
| Binary | 11001011 | 10001011 | 1000010 | 0 | 100000 | 1000011 | 10100 | 100000 | 111001 | 110101 |
Color Harmonies of #CB8B42
Complementary color
Monochromatic Colors of #CB8B42
Black with #CB8B42
Text Example
Text Example
White with #CB8B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B42; }
p { color: rgb(203,139,66); }
H1.HeaderClassName
{
color: #CB8B42;
}
.AnyTagClassName
{
color: #CB8B42;
}
</style>
background-color css
<style>
a { background-color: #CB8B42; }
a { background-color: rgb(203,139,66); }
div.DivClassName
{
background-color: #CB8B42;
}
.BgClassName
{
background-color: #CB8B42;
}
</style>
border-color css
<style>
span { border-color: #CB8B42; }
span { border-color: rgb(203,139,66); }
td.TdClassName
{
border-color: #CB8B42;
}
.TagClassName
{
border-color: #CB8B42;
}
</style>