Shades of Peru #CF823C
Tints of Peru #CF823C
RGB
CMYK
RGB Variations
Color information
#CF823C (or 0xCF823C) is known color: Peru. HEX triplet: CF, 82 and 3C. RGB value is (207,130,60). Sum of RGB (Red+Green+Blue) = 207+130+60=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF823C is #307DC3. Grayscale: #919191. Windows color (decimal): -3177924 or 3965647. OLE color: 3965647.
HSL color Cylindrical-coordinate representation of color #CF823C: hue angle of 28.57º 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 #CF823C is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 60 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.19 |
| HSL | 28.57º | 0.6% | 0.52% | - |
| HSV(B) | 28.57º | 0.71% | 0.81% | - |
| XYZ | 34.53 | 29.56 | 8.16 | - |
| YUV | 145.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 60 | 0 | 0.37 | 0.71 | 0.19 | 28.57 | 0.6 | 0.52 |
| Hex | CF | 82 | 3C | 0 | 25 | 47 | 13 | 1D | 3C | 34 |
| Octal | 317 | 202 | 74 | 0 | 45 | 107 | 23 | 35 | 74 | 64 |
| Binary | 11001111 | 10000010 | 111100 | 0 | 100101 | 1000111 | 10011 | 11101 | 111100 | 110100 |
Color Harmonies of #CF823C
Complementary color
Monochromatic Colors of #CF823C
Black with #CF823C
Text Example
Text Example
White with #CF823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF823C; }
p { color: rgb(207,130,60); }
H1.HeaderClassName
{
color: #CF823C;
}
.AnyTagClassName
{
color: #CF823C;
}
</style>
background-color css
<style>
a { background-color: #CF823C; }
a { background-color: rgb(207,130,60); }
div.DivClassName
{
background-color: #CF823C;
}
.BgClassName
{
background-color: #CF823C;
}
</style>
border-color css
<style>
span { border-color: #CF823C; }
span { border-color: rgb(207,130,60); }
td.TdClassName
{
border-color: #CF823C;
}
.TagClassName
{
border-color: #CF823C;
}
</style>