Shades of Peru #CB8B4B
Tints of Peru #CB8B4B
RGB
CMYK
RGB Variations
Color information
#CB8B4B (or 0xCB8B4B) is known color: Peru. HEX triplet: CB, 8B and 4B. RGB value is (203,139,75). Sum of RGB (Red+Green+Blue) = 203+139+75=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8B4B is #3474B4. Grayscale: #979797. Windows color (decimal): -3437749 or 4950987. OLE color: 4950987.
HSL color Cylindrical-coordinate representation of color #CB8B4B: hue angle of 30º 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 #CB8B4B is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 75 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.20 |
| HSL | 30º | 0.55% | 0.55% | - |
| HSV(B) | 30º | 0.63% | 0.8% | - |
| XYZ | 35.13 | 31.67 | 10.92 | - |
| YUV | 150.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 75 | 0 | 0.32 | 0.63 | 0.20 | 30 | 0.55 | 0.55 |
| Hex | CB | 8B | 4B | 0 | 20 | 3F | 14 | 1E | 37 | 37 |
| Octal | 313 | 213 | 113 | 0 | 40 | 77 | 24 | 36 | 67 | 67 |
| Binary | 11001011 | 10001011 | 1001011 | 0 | 100000 | 111111 | 10100 | 11110 | 110111 | 110111 |
Color Harmonies of #CB8B4B
Complementary color
Monochromatic Colors of #CB8B4B
Black with #CB8B4B
Text Example
Text Example
White with #CB8B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B4B; }
p { color: rgb(203,139,75); }
H1.HeaderClassName
{
color: #CB8B4B;
}
.AnyTagClassName
{
color: #CB8B4B;
}
</style>
background-color css
<style>
a { background-color: #CB8B4B; }
a { background-color: rgb(203,139,75); }
div.DivClassName
{
background-color: #CB8B4B;
}
.BgClassName
{
background-color: #CB8B4B;
}
</style>
border-color css
<style>
span { border-color: #CB8B4B; }
span { border-color: rgb(203,139,75); }
td.TdClassName
{
border-color: #CB8B4B;
}
.TagClassName
{
border-color: #CB8B4B;
}
</style>