Shades of Peru #C98A45
Tints of Peru #C98A45
RGB
CMYK
RGB Variations
Color information
#C98A45 (or 0xC98A45) is known color: Peru. HEX triplet: C9, 8A and 45. RGB value is (201,138,69). Sum of RGB (Red+Green+Blue) = 201+138+69=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A45 is #3675BA. Grayscale: #959595. Windows color (decimal): -3569083 or 4557513. OLE color: 4557513.
HSL color Cylindrical-coordinate representation of color #C98A45: hue angle of 31.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C98A45 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 69 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.21 |
| HSL | 31.36º | 0.55% | 0.53% | - |
| HSV(B) | 31.36º | 0.66% | 0.79% | - |
| XYZ | 34.25 | 31.02 | 9.81 | - |
| YUV | 148.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 69 | 0 | 0.31 | 0.66 | 0.21 | 31.36 | 0.55 | 0.53 |
| Hex | C9 | 8A | 45 | 0 | 1F | 42 | 15 | 1F | 37 | 35 |
| Octal | 311 | 212 | 105 | 0 | 37 | 102 | 25 | 37 | 67 | 65 |
| Binary | 11001001 | 10001010 | 1000101 | 0 | 11111 | 1000010 | 10101 | 11111 | 110111 | 110101 |
Color Harmonies of #C98A45
Complementary color
Monochromatic Colors of #C98A45
Black with #C98A45
Text Example
Text Example
White with #C98A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A45; }
p { color: rgb(201,138,69); }
H1.HeaderClassName
{
color: #C98A45;
}
.AnyTagClassName
{
color: #C98A45;
}
</style>
background-color css
<style>
a { background-color: #C98A45; }
a { background-color: rgb(201,138,69); }
div.DivClassName
{
background-color: #C98A45;
}
.BgClassName
{
background-color: #C98A45;
}
</style>
border-color css
<style>
span { border-color: #C98A45; }
span { border-color: rgb(201,138,69); }
td.TdClassName
{
border-color: #C98A45;
}
.TagClassName
{
border-color: #C98A45;
}
</style>