Shades of Raw Sienna #CC8247
Tints of Raw Sienna #CC8247
RGB
CMYK
RGB Variations
Color information
#CC8247 (or 0xCC8247) is known color: Raw Sienna. HEX triplet: CC, 82 and 47. RGB value is (204,130,71). Sum of RGB (Red+Green+Blue) = 204+130+71=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8247 is #337DB8. Grayscale: #919191. Windows color (decimal): -3374521 or 4686540. OLE color: 4686540.
HSL color Cylindrical-coordinate representation of color #CC8247: hue angle of 26.62º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC8247 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 71 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.2 |
| HSL | 26.62º | 0.57% | 0.54% | - |
| HSV(B) | 26.62º | 0.65% | 0.8% | - |
| XYZ | 34.02 | 29.26 | 9.82 | - |
| YUV | 145.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 71 | 0 | 0.36 | 0.65 | 0.2 | 26.62 | 0.57 | 0.54 |
| Hex | CC | 82 | 47 | 0 | 24 | 41 | 14 | 1B | 39 | 36 |
| Octal | 314 | 202 | 107 | 0 | 44 | 101 | 24 | 33 | 71 | 66 |
| Binary | 11001100 | 10000010 | 1000111 | 0 | 100100 | 1000001 | 10100 | 11011 | 111001 | 110110 |
Color Harmonies of #CC8247
Complementary color
Monochromatic Colors of #CC8247
Black with #CC8247
Text Example
Text Example
White with #CC8247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8247; }
p { color: rgb(204,130,71); }
H1.HeaderClassName
{
color: #CC8247;
}
.AnyTagClassName
{
color: #CC8247;
}
</style>
background-color css
<style>
a { background-color: #CC8247; }
a { background-color: rgb(204,130,71); }
div.DivClassName
{
background-color: #CC8247;
}
.BgClassName
{
background-color: #CC8247;
}
</style>
border-color css
<style>
span { border-color: #CC8247; }
span { border-color: rgb(204,130,71); }
td.TdClassName
{
border-color: #CC8247;
}
.TagClassName
{
border-color: #CC8247;
}
</style>