Shades of Peru #CB8748
Tints of Peru #CB8748
RGB
CMYK
RGB Variations
Color information
#CB8748 (or 0xCB8748) is known color: Peru. HEX triplet: CB, 87 and 48. RGB value is (203,135,72). Sum of RGB (Red+Green+Blue) = 203+135+72=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8748 is #3478B7. Grayscale: #949494. Windows color (decimal): -3438776 or 4753355. OLE color: 4753355.
HSL color Cylindrical-coordinate representation of color #CB8748: hue angle of 28.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB8748 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 72 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.20 |
| HSL | 28.85º | 0.56% | 0.54% | - |
| HSV(B) | 28.85º | 0.65% | 0.8% | - |
| XYZ | 34.46 | 30.49 | 10.2 | - |
| YUV | 148.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 72 | 0 | 0.33 | 0.65 | 0.20 | 28.85 | 0.56 | 0.54 |
| Hex | CB | 87 | 48 | 0 | 21 | 41 | 14 | 1D | 38 | 36 |
| Octal | 313 | 207 | 110 | 0 | 41 | 101 | 24 | 35 | 70 | 66 |
| Binary | 11001011 | 10000111 | 1001000 | 0 | 100001 | 1000001 | 10100 | 11101 | 111000 | 110110 |
Color Harmonies of #CB8748
Complementary color
Monochromatic Colors of #CB8748
Black with #CB8748
Text Example
Text Example
White with #CB8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8748; }
p { color: rgb(203,135,72); }
H1.HeaderClassName
{
color: #CB8748;
}
.AnyTagClassName
{
color: #CB8748;
}
</style>
background-color css
<style>
a { background-color: #CB8748; }
a { background-color: rgb(203,135,72); }
div.DivClassName
{
background-color: #CB8748;
}
.BgClassName
{
background-color: #CB8748;
}
</style>
border-color css
<style>
span { border-color: #CB8748; }
span { border-color: rgb(203,135,72); }
td.TdClassName
{
border-color: #CB8748;
}
.TagClassName
{
border-color: #CB8748;
}
</style>