Shades of Peru #CD833C
Tints of Peru #CD833C
RGB
CMYK
RGB Variations
Color information
#CD833C (or 0xCD833C) is known color: Peru. HEX triplet: CD, 83 and 3C. RGB value is (205,131,60). Sum of RGB (Red+Green+Blue) = 205+131+60=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD833C is #327CC3. Grayscale: #919191. Windows color (decimal): -3308740 or 3965901. OLE color: 3965901.
HSL color Cylindrical-coordinate representation of color #CD833C: hue angle of 29.38º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD833C is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 131 | 60 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.20 |
| HSL | 29.38º | 0.59% | 0.52% | - |
| HSV(B) | 29.38º | 0.71% | 0.8% | - |
| XYZ | 34.11 | 29.54 | 8.18 | - |
| YUV | 145.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 60 | 0 | 0.36 | 0.71 | 0.20 | 29.38 | 0.59 | 0.52 |
| Hex | CD | 83 | 3C | 0 | 24 | 47 | 14 | 1D | 3B | 34 |
| Octal | 315 | 203 | 74 | 0 | 44 | 107 | 24 | 35 | 73 | 64 |
| Binary | 11001101 | 10000011 | 111100 | 0 | 100100 | 1000111 | 10100 | 11101 | 111011 | 110100 |
Color Harmonies of #CD833C
Complementary color
Monochromatic Colors of #CD833C
Black with #CD833C
Text Example
Text Example
White with #CD833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD833C; }
p { color: rgb(205,131,60); }
H1.HeaderClassName
{
color: #CD833C;
}
.AnyTagClassName
{
color: #CD833C;
}
</style>
background-color css
<style>
a { background-color: #CD833C; }
a { background-color: rgb(205,131,60); }
div.DivClassName
{
background-color: #CD833C;
}
.BgClassName
{
background-color: #CD833C;
}
</style>
border-color css
<style>
span { border-color: #CD833C; }
span { border-color: rgb(205,131,60); }
td.TdClassName
{
border-color: #CD833C;
}
.TagClassName
{
border-color: #CD833C;
}
</style>