Shades of Peru #C68442
Tints of Peru #C68442
RGB
CMYK
RGB Variations
Color information
#C68442 (or 0xC68442) is known color: Peru. HEX triplet: C6, 84 and 42. RGB value is (198,132,66). Sum of RGB (Red+Green+Blue) = 198+132+66=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C68442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68442 is #397BBD. Grayscale: #909090. Windows color (decimal): -3767230 or 4359366. OLE color: 4359366.
HSL color Cylindrical-coordinate representation of color #C68442: hue angle of 30º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C68442 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 66 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.22 |
| HSL | 30º | 0.54% | 0.52% | - |
| HSV(B) | 30º | 0.67% | 0.78% | - |
| XYZ | 32.52 | 28.9 | 9.02 | - |
| YUV | 144.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 66 | 0 | 0.33 | 0.67 | 0.22 | 30 | 0.54 | 0.52 |
| Hex | C6 | 84 | 42 | 0 | 21 | 43 | 16 | 1E | 36 | 34 |
| Octal | 306 | 204 | 102 | 0 | 41 | 103 | 26 | 36 | 66 | 64 |
| Binary | 11000110 | 10000100 | 1000010 | 0 | 100001 | 1000011 | 10110 | 11110 | 110110 | 110100 |
Color Harmonies of #C68442
Complementary color
Monochromatic Colors of #C68442
Black with #C68442
Text Example
Text Example
White with #C68442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68442; }
p { color: rgb(198,132,66); }
H1.HeaderClassName
{
color: #C68442;
}
.AnyTagClassName
{
color: #C68442;
}
</style>
background-color css
<style>
a { background-color: #C68442; }
a { background-color: rgb(198,132,66); }
div.DivClassName
{
background-color: #C68442;
}
.BgClassName
{
background-color: #C68442;
}
</style>
border-color css
<style>
span { border-color: #C68442; }
span { border-color: rgb(198,132,66); }
td.TdClassName
{
border-color: #C68442;
}
.TagClassName
{
border-color: #C68442;
}
</style>