Shades of Raw Sienna #CC8047
Tints of Raw Sienna #CC8047
RGB
CMYK
RGB Variations
Color information
#CC8047 (or 0xCC8047) is known color: Raw Sienna. HEX triplet: CC, 80 and 47. RGB value is (204,128,71). Sum of RGB (Red+Green+Blue) = 204+128+71=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8047 is #337FB8. Grayscale: #909090. Windows color (decimal): -3375033 or 4686028. OLE color: 4686028.
HSL color Cylindrical-coordinate representation of color #CC8047: hue angle of 25.71º 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 #CC8047 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 71 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.2 |
| HSL | 25.71º | 0.57% | 0.54% | - |
| HSV(B) | 25.71º | 0.65% | 0.8% | - |
| XYZ | 33.76 | 28.73 | 9.73 | - |
| YUV | 144.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 71 | 0 | 0.37 | 0.65 | 0.2 | 25.71 | 0.57 | 0.54 |
| Hex | CC | 80 | 47 | 0 | 25 | 41 | 14 | 1A | 39 | 36 |
| Octal | 314 | 200 | 107 | 0 | 45 | 101 | 24 | 32 | 71 | 66 |
| Binary | 11001100 | 10000000 | 1000111 | 0 | 100101 | 1000001 | 10100 | 11010 | 111001 | 110110 |
Color Harmonies of #CC8047
Complementary color
Monochromatic Colors of #CC8047
Black with #CC8047
Text Example
Text Example
White with #CC8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8047; }
p { color: rgb(204,128,71); }
H1.HeaderClassName
{
color: #CC8047;
}
.AnyTagClassName
{
color: #CC8047;
}
</style>
background-color css
<style>
a { background-color: #CC8047; }
a { background-color: rgb(204,128,71); }
div.DivClassName
{
background-color: #CC8047;
}
.BgClassName
{
background-color: #CC8047;
}
</style>
border-color css
<style>
span { border-color: #CC8047; }
span { border-color: rgb(204,128,71); }
td.TdClassName
{
border-color: #CC8047;
}
.TagClassName
{
border-color: #CC8047;
}
</style>