Shades of Peru #CB8C4B
Tints of Peru #CB8C4B
RGB
CMYK
RGB Variations
Color information
#CB8C4B (or 0xCB8C4B) is known color: Peru. HEX triplet: CB, 8C and 4B. RGB value is (203,140,75). Sum of RGB (Red+Green+Blue) = 203+140+75=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8C4B is #3473B4. Grayscale: #979797. Windows color (decimal): -3437493 or 4951243. OLE color: 4951243.
HSL color Cylindrical-coordinate representation of color #CB8C4B: hue angle of 30.47º 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 #CB8C4B is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 75 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.20 |
| HSL | 30.47º | 0.55% | 0.55% | - |
| HSV(B) | 30.47º | 0.63% | 0.8% | - |
| XYZ | 35.28 | 31.96 | 10.97 | - |
| YUV | 151.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 75 | 0 | 0.31 | 0.63 | 0.20 | 30.47 | 0.55 | 0.55 |
| Hex | CB | 8C | 4B | 0 | 1F | 3F | 14 | 1E | 37 | 37 |
| Octal | 313 | 214 | 113 | 0 | 37 | 77 | 24 | 36 | 67 | 67 |
| Binary | 11001011 | 10001100 | 1001011 | 0 | 11111 | 111111 | 10100 | 11110 | 110111 | 110111 |
Color Harmonies of #CB8C4B
Complementary color
Monochromatic Colors of #CB8C4B
Black with #CB8C4B
Text Example
Text Example
White with #CB8C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C4B; }
p { color: rgb(203,140,75); }
H1.HeaderClassName
{
color: #CB8C4B;
}
.AnyTagClassName
{
color: #CB8C4B;
}
</style>
background-color css
<style>
a { background-color: #CB8C4B; }
a { background-color: rgb(203,140,75); }
div.DivClassName
{
background-color: #CB8C4B;
}
.BgClassName
{
background-color: #CB8C4B;
}
</style>
border-color css
<style>
span { border-color: #CB8C4B; }
span { border-color: rgb(203,140,75); }
td.TdClassName
{
border-color: #CB8C4B;
}
.TagClassName
{
border-color: #CB8C4B;
}
</style>