Shades of Peru #CF823A
Tints of Peru #CF823A
RGB
CMYK
RGB Variations
Color information
#CF823A (or 0xCF823A) is known color: Peru. HEX triplet: CF, 82 and 3A. RGB value is (207,130,58). Sum of RGB (Red+Green+Blue) = 207+130+58=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF823A is #307DC5. Grayscale: #919191. Windows color (decimal): -3177926 or 3834575. OLE color: 3834575.
HSL color Cylindrical-coordinate representation of color #CF823A: hue angle of 28.99º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF823A is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 58 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.19 |
| HSL | 28.99º | 0.61% | 0.52% | - |
| HSV(B) | 28.99º | 0.72% | 0.81% | - |
| XYZ | 34.48 | 29.54 | 7.89 | - |
| YUV | 144.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 58 | 0 | 0.37 | 0.72 | 0.19 | 28.99 | 0.61 | 0.52 |
| Hex | CF | 82 | 3A | 0 | 25 | 48 | 13 | 1D | 3D | 34 |
| Octal | 317 | 202 | 72 | 0 | 45 | 110 | 23 | 35 | 75 | 64 |
| Binary | 11001111 | 10000010 | 111010 | 0 | 100101 | 1001000 | 10011 | 11101 | 111101 | 110100 |
Color Harmonies of #CF823A
Complementary color
Monochromatic Colors of #CF823A
Black with #CF823A
Text Example
Text Example
White with #CF823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF823A; }
p { color: rgb(207,130,58); }
H1.HeaderClassName
{
color: #CF823A;
}
.AnyTagClassName
{
color: #CF823A;
}
</style>
background-color css
<style>
a { background-color: #CF823A; }
a { background-color: rgb(207,130,58); }
div.DivClassName
{
background-color: #CF823A;
}
.BgClassName
{
background-color: #CF823A;
}
</style>
border-color css
<style>
span { border-color: #CF823A; }
span { border-color: rgb(207,130,58); }
td.TdClassName
{
border-color: #CF823A;
}
.TagClassName
{
border-color: #CF823A;
}
</style>