Shades of Raw Sienna #CC8248
Tints of Raw Sienna #CC8248
RGB
CMYK
RGB Variations
Color information
#CC8248 (or 0xCC8248) is known color: Raw Sienna. HEX triplet: CC, 82 and 48. RGB value is (204,130,72). Sum of RGB (Red+Green+Blue) = 204+130+72=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8248 is #337DB7. Grayscale: #919191. Windows color (decimal): -3374520 or 4752076. OLE color: 4752076.
HSL color Cylindrical-coordinate representation of color #CC8248: hue angle of 26.36º 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 #CC8248 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 72 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.2 |
| HSL | 26.36º | 0.56% | 0.54% | - |
| HSV(B) | 26.36º | 0.65% | 0.8% | - |
| XYZ | 34.05 | 29.27 | 9.99 | - |
| YUV | 145.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 72 | 0 | 0.36 | 0.65 | 0.2 | 26.36 | 0.56 | 0.54 |
| Hex | CC | 82 | 48 | 0 | 24 | 41 | 14 | 1A | 38 | 36 |
| Octal | 314 | 202 | 110 | 0 | 44 | 101 | 24 | 32 | 70 | 66 |
| Binary | 11001100 | 10000010 | 1001000 | 0 | 100100 | 1000001 | 10100 | 11010 | 111000 | 110110 |
Color Harmonies of #CC8248
Complementary color
Monochromatic Colors of #CC8248
Black with #CC8248
Text Example
Text Example
White with #CC8248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8248; }
p { color: rgb(204,130,72); }
H1.HeaderClassName
{
color: #CC8248;
}
.AnyTagClassName
{
color: #CC8248;
}
</style>
background-color css
<style>
a { background-color: #CC8248; }
a { background-color: rgb(204,130,72); }
div.DivClassName
{
background-color: #CC8248;
}
.BgClassName
{
background-color: #CC8248;
}
</style>
border-color css
<style>
span { border-color: #CC8248; }
span { border-color: rgb(204,130,72); }
td.TdClassName
{
border-color: #CC8248;
}
.TagClassName
{
border-color: #CC8248;
}
</style>