Shades of Peru #C9833C
Tints of Peru #C9833C
RGB
CMYK
RGB Variations
Color information
#C9833C (or 0xC9833C) is known color: Peru. HEX triplet: C9, 83 and 3C. RGB value is (201,131,60). Sum of RGB (Red+Green+Blue) = 201+131+60=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9833C is #367CC3. Grayscale: #909090. Windows color (decimal): -3570884 or 3965897. OLE color: 3965897.
HSL color Cylindrical-coordinate representation of color #C9833C: hue angle of 30.21º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9833C is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 60 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.21 |
| HSL | 30.21º | 0.57% | 0.51% | - |
| HSV(B) | 30.21º | 0.7% | 0.79% | - |
| XYZ | 33.02 | 28.98 | 8.13 | - |
| YUV | 143.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 60 | 0 | 0.35 | 0.70 | 0.21 | 30.21 | 0.57 | 0.51 |
| Hex | C9 | 83 | 3C | 0 | 23 | 46 | 15 | 1E | 39 | 33 |
| Octal | 311 | 203 | 74 | 0 | 43 | 106 | 25 | 36 | 71 | 63 |
| Binary | 11001001 | 10000011 | 111100 | 0 | 100011 | 1000110 | 10101 | 11110 | 111001 | 110011 |
Color Harmonies of #C9833C
Complementary color
Monochromatic Colors of #C9833C
Black with #C9833C
Text Example
Text Example
White with #C9833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9833C; }
p { color: rgb(201,131,60); }
H1.HeaderClassName
{
color: #C9833C;
}
.AnyTagClassName
{
color: #C9833C;
}
</style>
background-color css
<style>
a { background-color: #C9833C; }
a { background-color: rgb(201,131,60); }
div.DivClassName
{
background-color: #C9833C;
}
.BgClassName
{
background-color: #C9833C;
}
</style>
border-color css
<style>
span { border-color: #C9833C; }
span { border-color: rgb(201,131,60); }
td.TdClassName
{
border-color: #C9833C;
}
.TagClassName
{
border-color: #C9833C;
}
</style>