Shades of Peru #CB8A41
Tints of Peru #CB8A41
RGB
CMYK
RGB Variations
Color information
#CB8A41 (or 0xCB8A41) is known color: Peru. HEX triplet: CB, 8A and 41. RGB value is (203,138,65). Sum of RGB (Red+Green+Blue) = 203+138+65=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A41 is #3475BE. Grayscale: #959595. Windows color (decimal): -3438015 or 4295371. OLE color: 4295371.
HSL color Cylindrical-coordinate representation of color #CB8A41: hue angle of 31.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB8A41 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 65 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.20 |
| HSL | 31.74º | 0.57% | 0.53% | - |
| HSV(B) | 31.74º | 0.68% | 0.8% | - |
| XYZ | 34.67 | 31.26 | 9.21 | - |
| YUV | 149.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 65 | 0 | 0.32 | 0.68 | 0.20 | 31.74 | 0.57 | 0.53 |
| Hex | CB | 8A | 41 | 0 | 20 | 44 | 14 | 20 | 39 | 35 |
| Octal | 313 | 212 | 101 | 0 | 40 | 104 | 24 | 40 | 71 | 65 |
| Binary | 11001011 | 10001010 | 1000001 | 0 | 100000 | 1000100 | 10100 | 100000 | 111001 | 110101 |
Color Harmonies of #CB8A41
Complementary color
Monochromatic Colors of #CB8A41
Black with #CB8A41
Text Example
Text Example
White with #CB8A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A41; }
p { color: rgb(203,138,65); }
H1.HeaderClassName
{
color: #CB8A41;
}
.AnyTagClassName
{
color: #CB8A41;
}
</style>
background-color css
<style>
a { background-color: #CB8A41; }
a { background-color: rgb(203,138,65); }
div.DivClassName
{
background-color: #CB8A41;
}
.BgClassName
{
background-color: #CB8A41;
}
</style>
border-color css
<style>
span { border-color: #CB8A41; }
span { border-color: rgb(203,138,65); }
td.TdClassName
{
border-color: #CB8A41;
}
.TagClassName
{
border-color: #CB8A41;
}
</style>