Shades of Peru #CF883C
Tints of Peru #CF883C
RGB
CMYK
RGB Variations
Color information
#CF883C (or 0xCF883C) is known color: Peru. HEX triplet: CF, 88 and 3C. RGB value is (207,136,60). Sum of RGB (Red+Green+Blue) = 207+136+60=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF883C is #3077C3. Grayscale: #949494. Windows color (decimal): -3176388 or 3967183. OLE color: 3967183.
HSL color Cylindrical-coordinate representation of color #CF883C: hue angle of 31.02º degrees, saturation: 0.6, 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 #CF883C is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 60 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.19 |
| HSL | 31.02º | 0.6% | 0.52% | - |
| HSV(B) | 31.02º | 0.71% | 0.81% | - |
| XYZ | 35.35 | 31.2 | 8.43 | - |
| YUV | 148.57 | 78.02 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 60 | 0 | 0.34 | 0.71 | 0.19 | 31.02 | 0.6 | 0.52 |
| Hex | CF | 88 | 3C | 0 | 22 | 47 | 13 | 1F | 3C | 34 |
| Octal | 317 | 210 | 74 | 0 | 42 | 107 | 23 | 37 | 74 | 64 |
| Binary | 11001111 | 10001000 | 111100 | 0 | 100010 | 1000111 | 10011 | 11111 | 111100 | 110100 |
Color Harmonies of #CF883C
Complementary color
Monochromatic Colors of #CF883C
Black with #CF883C
Text Example
Text Example
White with #CF883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF883C; }
p { color: rgb(207,136,60); }
H1.HeaderClassName
{
color: #CF883C;
}
.AnyTagClassName
{
color: #CF883C;
}
</style>
background-color css
<style>
a { background-color: #CF883C; }
a { background-color: rgb(207,136,60); }
div.DivClassName
{
background-color: #CF883C;
}
.BgClassName
{
background-color: #CF883C;
}
</style>
border-color css
<style>
span { border-color: #CF883C; }
span { border-color: rgb(207,136,60); }
td.TdClassName
{
border-color: #CF883C;
}
.TagClassName
{
border-color: #CF883C;
}
</style>