Shades of Peru #CB853C
Tints of Peru #CB853C
RGB
CMYK
RGB Variations
Color information
#CB853C (or 0xCB853C) is known color: Peru. HEX triplet: CB, 85 and 3C. RGB value is (203,133,60). Sum of RGB (Red+Green+Blue) = 203+133+60=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB853C is #347AC3. Grayscale: #919191. Windows color (decimal): -3439300 or 3966411. OLE color: 3966411.
HSL color Cylindrical-coordinate representation of color #CB853C: hue angle of 30.63º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB853C is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 60 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.20 |
| HSL | 30.63º | 0.58% | 0.52% | - |
| HSV(B) | 30.63º | 0.7% | 0.8% | - |
| XYZ | 33.83 | 29.8 | 8.24 | - |
| YUV | 145.61 | 79.69 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 60 | 0 | 0.34 | 0.70 | 0.20 | 30.63 | 0.58 | 0.52 |
| Hex | CB | 85 | 3C | 0 | 22 | 46 | 14 | 1F | 3A | 34 |
| Octal | 313 | 205 | 74 | 0 | 42 | 106 | 24 | 37 | 72 | 64 |
| Binary | 11001011 | 10000101 | 111100 | 0 | 100010 | 1000110 | 10100 | 11111 | 111010 | 110100 |
Color Harmonies of #CB853C
Complementary color
Monochromatic Colors of #CB853C
Black with #CB853C
Text Example
Text Example
White with #CB853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB853C; }
p { color: rgb(203,133,60); }
H1.HeaderClassName
{
color: #CB853C;
}
.AnyTagClassName
{
color: #CB853C;
}
</style>
background-color css
<style>
a { background-color: #CB853C; }
a { background-color: rgb(203,133,60); }
div.DivClassName
{
background-color: #CB853C;
}
.BgClassName
{
background-color: #CB853C;
}
</style>
border-color css
<style>
span { border-color: #CB853C; }
span { border-color: rgb(203,133,60); }
td.TdClassName
{
border-color: #CB853C;
}
.TagClassName
{
border-color: #CB853C;
}
</style>