Shades of Peru #CC833F
Tints of Peru #CC833F
RGB
CMYK
RGB Variations
Color information
#CC833F (or 0xCC833F) is known color: Peru. HEX triplet: CC, 83 and 3F. RGB value is (204,131,63). Sum of RGB (Red+Green+Blue) = 204+131+63=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC833F is #337CC0. Grayscale: #919191. Windows color (decimal): -3374273 or 4162508. OLE color: 4162508.
HSL color Cylindrical-coordinate representation of color #CC833F: hue angle of 28.94º degrees, saturation: 0.58, 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 #CC833F is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 63 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.2 |
| HSL | 28.94º | 0.58% | 0.52% | - |
| HSV(B) | 28.94º | 0.69% | 0.8% | - |
| XYZ | 33.92 | 29.43 | 8.6 | - |
| YUV | 145.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 63 | 0 | 0.36 | 0.69 | 0.2 | 28.94 | 0.58 | 0.52 |
| Hex | CC | 83 | 3F | 0 | 24 | 45 | 14 | 1D | 3A | 34 |
| Octal | 314 | 203 | 77 | 0 | 44 | 105 | 24 | 35 | 72 | 64 |
| Binary | 11001100 | 10000011 | 111111 | 0 | 100100 | 1000101 | 10100 | 11101 | 111010 | 110100 |
Color Harmonies of #CC833F
Complementary color
Monochromatic Colors of #CC833F
Black with #CC833F
Text Example
Text Example
White with #CC833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC833F; }
p { color: rgb(204,131,63); }
H1.HeaderClassName
{
color: #CC833F;
}
.AnyTagClassName
{
color: #CC833F;
}
</style>
background-color css
<style>
a { background-color: #CC833F; }
a { background-color: rgb(204,131,63); }
div.DivClassName
{
background-color: #CC833F;
}
.BgClassName
{
background-color: #CC833F;
}
</style>
border-color css
<style>
span { border-color: #CC833F; }
span { border-color: rgb(204,131,63); }
td.TdClassName
{
border-color: #CC833F;
}
.TagClassName
{
border-color: #CC833F;
}
</style>