Shades of Peru #CF893B
Tints of Peru #CF893B
RGB
CMYK
RGB Variations
Color information
#CF893B (or 0xCF893B) is known color: Peru. HEX triplet: CF, 89 and 3B. RGB value is (207,137,59). Sum of RGB (Red+Green+Blue) = 207+137+59=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF893B is #3076C4. Grayscale: #959595. Windows color (decimal): -3176133 or 3901903. OLE color: 3901903.
HSL color Cylindrical-coordinate representation of color #CF893B: hue angle of 31.62º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF893B is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 59 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.19 |
| HSL | 31.62º | 0.61% | 0.52% | - |
| HSV(B) | 31.62º | 0.71% | 0.81% | - |
| XYZ | 35.47 | 31.47 | 8.34 | - |
| YUV | 149.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 59 | 0 | 0.34 | 0.71 | 0.19 | 31.62 | 0.61 | 0.52 |
| Hex | CF | 89 | 3B | 0 | 22 | 47 | 13 | 20 | 3D | 34 |
| Octal | 317 | 211 | 73 | 0 | 42 | 107 | 23 | 40 | 75 | 64 |
| Binary | 11001111 | 10001001 | 111011 | 0 | 100010 | 1000111 | 10011 | 100000 | 111101 | 110100 |
Color Harmonies of #CF893B
Complementary color
Monochromatic Colors of #CF893B
Black with #CF893B
Text Example
Text Example
White with #CF893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF893B; }
p { color: rgb(207,137,59); }
H1.HeaderClassName
{
color: #CF893B;
}
.AnyTagClassName
{
color: #CF893B;
}
</style>
background-color css
<style>
a { background-color: #CF893B; }
a { background-color: rgb(207,137,59); }
div.DivClassName
{
background-color: #CF893B;
}
.BgClassName
{
background-color: #CF893B;
}
</style>
border-color css
<style>
span { border-color: #CF893B; }
span { border-color: rgb(207,137,59); }
td.TdClassName
{
border-color: #CF893B;
}
.TagClassName
{
border-color: #CF893B;
}
</style>