Shades of Peru #CF823B
Tints of Peru #CF823B
RGB
CMYK
RGB Variations
Color information
#CF823B (or 0xCF823B) is known color: Peru. HEX triplet: CF, 82 and 3B. RGB value is (207,130,59). Sum of RGB (Red+Green+Blue) = 207+130+59=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF823B is #307DC4. Grayscale: #919191. Windows color (decimal): -3177925 or 3900111. OLE color: 3900111.
HSL color Cylindrical-coordinate representation of color #CF823B: hue angle of 28.78º 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 #CF823B is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 59 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.19 |
| HSL | 28.78º | 0.61% | 0.52% | - |
| HSV(B) | 28.78º | 0.71% | 0.81% | - |
| XYZ | 34.5 | 29.55 | 8.02 | - |
| YUV | 144.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 59 | 0 | 0.37 | 0.71 | 0.19 | 28.78 | 0.61 | 0.52 |
| Hex | CF | 82 | 3B | 0 | 25 | 47 | 13 | 1D | 3D | 34 |
| Octal | 317 | 202 | 73 | 0 | 45 | 107 | 23 | 35 | 75 | 64 |
| Binary | 11001111 | 10000010 | 111011 | 0 | 100101 | 1000111 | 10011 | 11101 | 111101 | 110100 |
Color Harmonies of #CF823B
Complementary color
Monochromatic Colors of #CF823B
Black with #CF823B
Text Example
Text Example
White with #CF823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF823B; }
p { color: rgb(207,130,59); }
H1.HeaderClassName
{
color: #CF823B;
}
.AnyTagClassName
{
color: #CF823B;
}
</style>
background-color css
<style>
a { background-color: #CF823B; }
a { background-color: rgb(207,130,59); }
div.DivClassName
{
background-color: #CF823B;
}
.BgClassName
{
background-color: #CF823B;
}
</style>
border-color css
<style>
span { border-color: #CF823B; }
span { border-color: rgb(207,130,59); }
td.TdClassName
{
border-color: #CF823B;
}
.TagClassName
{
border-color: #CF823B;
}
</style>