Shades of Raw Sienna #CC8048
Tints of Raw Sienna #CC8048
RGB
CMYK
RGB Variations
Color information
#CC8048 (or 0xCC8048) is known color: Raw Sienna. HEX triplet: CC, 80 and 48. RGB value is (204,128,72). Sum of RGB (Red+Green+Blue) = 204+128+72=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8048 is #337FB7. Grayscale: #909090. Windows color (decimal): -3375032 or 4751564. OLE color: 4751564.
HSL color Cylindrical-coordinate representation of color #CC8048: hue angle of 25.45º degrees, saturation: 0.56, 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 #CC8048 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 72 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.2 |
| HSL | 25.45º | 0.56% | 0.54% | - |
| HSV(B) | 25.45º | 0.65% | 0.8% | - |
| XYZ | 33.79 | 28.74 | 9.9 | - |
| YUV | 144.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 72 | 0 | 0.37 | 0.65 | 0.2 | 25.45 | 0.56 | 0.54 |
| Hex | CC | 80 | 48 | 0 | 25 | 41 | 14 | 19 | 38 | 36 |
| Octal | 314 | 200 | 110 | 0 | 45 | 101 | 24 | 31 | 70 | 66 |
| Binary | 11001100 | 10000000 | 1001000 | 0 | 100101 | 1000001 | 10100 | 11001 | 111000 | 110110 |
Color Harmonies of #CC8048
Complementary color
Monochromatic Colors of #CC8048
Black with #CC8048
Text Example
Text Example
White with #CC8048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8048; }
p { color: rgb(204,128,72); }
H1.HeaderClassName
{
color: #CC8048;
}
.AnyTagClassName
{
color: #CC8048;
}
</style>
background-color css
<style>
a { background-color: #CC8048; }
a { background-color: rgb(204,128,72); }
div.DivClassName
{
background-color: #CC8048;
}
.BgClassName
{
background-color: #CC8048;
}
</style>
border-color css
<style>
span { border-color: #CC8048; }
span { border-color: rgb(204,128,72); }
td.TdClassName
{
border-color: #CC8048;
}
.TagClassName
{
border-color: #CC8048;
}
</style>