Shades of Peru #C9843F
Tints of Peru #C9843F
RGB
CMYK
RGB Variations
Color information
#C9843F (or 0xC9843F) is known color: Peru. HEX triplet: C9, 84 and 3F. RGB value is (201,132,63). Sum of RGB (Red+Green+Blue) = 201+132+63=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9843F is #367BC0. Grayscale: #919191. Windows color (decimal): -3570625 or 4162761. OLE color: 4162761.
HSL color Cylindrical-coordinate representation of color #C9843F: hue angle of 30º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9843F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 63 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.21 |
| HSL | 30º | 0.56% | 0.52% | - |
| HSV(B) | 30º | 0.69% | 0.79% | - |
| XYZ | 33.24 | 29.28 | 8.6 | - |
| YUV | 144.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 63 | 0 | 0.34 | 0.69 | 0.21 | 30 | 0.56 | 0.52 |
| Hex | C9 | 84 | 3F | 0 | 22 | 45 | 15 | 1E | 38 | 34 |
| Octal | 311 | 204 | 77 | 0 | 42 | 105 | 25 | 36 | 70 | 64 |
| Binary | 11001001 | 10000100 | 111111 | 0 | 100010 | 1000101 | 10101 | 11110 | 111000 | 110100 |
Color Harmonies of #C9843F
Complementary color
Monochromatic Colors of #C9843F
Black with #C9843F
Text Example
Text Example
White with #C9843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9843F; }
p { color: rgb(201,132,63); }
H1.HeaderClassName
{
color: #C9843F;
}
.AnyTagClassName
{
color: #C9843F;
}
</style>
background-color css
<style>
a { background-color: #C9843F; }
a { background-color: rgb(201,132,63); }
div.DivClassName
{
background-color: #C9843F;
}
.BgClassName
{
background-color: #C9843F;
}
</style>
border-color css
<style>
span { border-color: #C9843F; }
span { border-color: rgb(201,132,63); }
td.TdClassName
{
border-color: #C9843F;
}
.TagClassName
{
border-color: #C9843F;
}
</style>