Shades of Peru #CB823F
Tints of Peru #CB823F
RGB
CMYK
RGB Variations
Color information
#CB823F (or 0xCB823F) is known color: Peru. HEX triplet: CB, 82 and 3F. RGB value is (203,130,63). Sum of RGB (Red+Green+Blue) = 203+130+63=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB823F is #347DC0. Grayscale: #909090. Windows color (decimal): -3440065 or 4162251. OLE color: 4162251.
HSL color Cylindrical-coordinate representation of color #CB823F: hue angle of 28.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB823F is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 63 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.20 |
| HSL | 28.71º | 0.57% | 0.52% | - |
| HSV(B) | 28.71º | 0.69% | 0.8% | - |
| XYZ | 33.51 | 29.02 | 8.54 | - |
| YUV | 144.19 | 82.18 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 63 | 0 | 0.36 | 0.69 | 0.20 | 28.71 | 0.57 | 0.52 |
| Hex | CB | 82 | 3F | 0 | 24 | 45 | 14 | 1D | 39 | 34 |
| Octal | 313 | 202 | 77 | 0 | 44 | 105 | 24 | 35 | 71 | 64 |
| Binary | 11001011 | 10000010 | 111111 | 0 | 100100 | 1000101 | 10100 | 11101 | 111001 | 110100 |
Color Harmonies of #CB823F
Complementary color
Monochromatic Colors of #CB823F
Black with #CB823F
Text Example
Text Example
White with #CB823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB823F; }
p { color: rgb(203,130,63); }
H1.HeaderClassName
{
color: #CB823F;
}
.AnyTagClassName
{
color: #CB823F;
}
</style>
background-color css
<style>
a { background-color: #CB823F; }
a { background-color: rgb(203,130,63); }
div.DivClassName
{
background-color: #CB823F;
}
.BgClassName
{
background-color: #CB823F;
}
</style>
border-color css
<style>
span { border-color: #CB823F; }
span { border-color: rgb(203,130,63); }
td.TdClassName
{
border-color: #CB823F;
}
.TagClassName
{
border-color: #CB823F;
}
</style>