Shades of Peru #CB874B
Tints of Peru #CB874B
RGB
CMYK
RGB Variations
Color information
#CB874B (or 0xCB874B) is known color: Peru. HEX triplet: CB, 87 and 4B. RGB value is (203,135,75). Sum of RGB (Red+Green+Blue) = 203+135+75=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB874B is #3478B4. Grayscale: #949494. Windows color (decimal): -3438773 or 4949963. OLE color: 4949963.
HSL color Cylindrical-coordinate representation of color #CB874B: hue angle of 28.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB874B is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 75 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.20 |
| HSL | 28.13º | 0.55% | 0.55% | - |
| HSV(B) | 28.13º | 0.63% | 0.8% | - |
| XYZ | 34.56 | 30.53 | 10.73 | - |
| YUV | 148.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 75 | 0 | 0.33 | 0.63 | 0.20 | 28.13 | 0.55 | 0.55 |
| Hex | CB | 87 | 4B | 0 | 21 | 3F | 14 | 1C | 37 | 37 |
| Octal | 313 | 207 | 113 | 0 | 41 | 77 | 24 | 34 | 67 | 67 |
| Binary | 11001011 | 10000111 | 1001011 | 0 | 100001 | 111111 | 10100 | 11100 | 110111 | 110111 |
Color Harmonies of #CB874B
Complementary color
Monochromatic Colors of #CB874B
Black with #CB874B
Text Example
Text Example
White with #CB874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB874B; }
p { color: rgb(203,135,75); }
H1.HeaderClassName
{
color: #CB874B;
}
.AnyTagClassName
{
color: #CB874B;
}
</style>
background-color css
<style>
a { background-color: #CB874B; }
a { background-color: rgb(203,135,75); }
div.DivClassName
{
background-color: #CB874B;
}
.BgClassName
{
background-color: #CB874B;
}
</style>
border-color css
<style>
span { border-color: #CB874B; }
span { border-color: rgb(203,135,75); }
td.TdClassName
{
border-color: #CB874B;
}
.TagClassName
{
border-color: #CB874B;
}
</style>