Shades of Peru #CB8942
Tints of Peru #CB8942
RGB
CMYK
RGB Variations
Color information
#CB8942 (or 0xCB8942) is known color: Peru. HEX triplet: CB, 89 and 42. RGB value is (203,137,66). Sum of RGB (Red+Green+Blue) = 203+137+66=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8942 is #3476BD. Grayscale: #949494. Windows color (decimal): -3438270 or 4360651. OLE color: 4360651.
HSL color Cylindrical-coordinate representation of color #CB8942: hue angle of 31.09º 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 #CB8942 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 66 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.20 |
| HSL | 31.09º | 0.57% | 0.53% | - |
| HSV(B) | 31.09º | 0.67% | 0.8% | - |
| XYZ | 34.56 | 30.98 | 9.31 | - |
| YUV | 148.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 66 | 0 | 0.33 | 0.67 | 0.20 | 31.09 | 0.57 | 0.53 |
| Hex | CB | 89 | 42 | 0 | 21 | 43 | 14 | 1F | 39 | 35 |
| Octal | 313 | 211 | 102 | 0 | 41 | 103 | 24 | 37 | 71 | 65 |
| Binary | 11001011 | 10001001 | 1000010 | 0 | 100001 | 1000011 | 10100 | 11111 | 111001 | 110101 |
Color Harmonies of #CB8942
Complementary color
Monochromatic Colors of #CB8942
Black with #CB8942
Text Example
Text Example
White with #CB8942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8942; }
p { color: rgb(203,137,66); }
H1.HeaderClassName
{
color: #CB8942;
}
.AnyTagClassName
{
color: #CB8942;
}
</style>
background-color css
<style>
a { background-color: #CB8942; }
a { background-color: rgb(203,137,66); }
div.DivClassName
{
background-color: #CB8942;
}
.BgClassName
{
background-color: #CB8942;
}
</style>
border-color css
<style>
span { border-color: #CB8942; }
span { border-color: rgb(203,137,66); }
td.TdClassName
{
border-color: #CB8942;
}
.TagClassName
{
border-color: #CB8942;
}
</style>