Shades of Raw Sienna #CC8552
Tints of Raw Sienna #CC8552
RGB
CMYK
RGB Variations
Color information
#CC8552 (or 0xCC8552) is known color: Raw Sienna. HEX triplet: CC, 85 and 52. RGB value is (204,133,82). Sum of RGB (Red+Green+Blue) = 204+133+82=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8552 is #337AAD. Grayscale: #949494. Windows color (decimal): -3373742 or 5408204. OLE color: 5408204.
HSL color Cylindrical-coordinate representation of color #CC8552: hue angle of 25.08º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC8552 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 82 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.2 |
| HSL | 25.08º | 0.54% | 0.56% | - |
| HSV(B) | 25.08º | 0.6% | 0.8% | - |
| XYZ | 34.81 | 30.22 | 11.98 | - |
| YUV | 148.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 82 | 0 | 0.35 | 0.60 | 0.2 | 25.08 | 0.54 | 0.56 |
| Hex | CC | 85 | 52 | 0 | 23 | 3C | 14 | 19 | 36 | 38 |
| Octal | 314 | 205 | 122 | 0 | 43 | 74 | 24 | 31 | 66 | 70 |
| Binary | 11001100 | 10000101 | 1010010 | 0 | 100011 | 111100 | 10100 | 11001 | 110110 | 111000 |
Color Harmonies of #CC8552
Complementary color
Monochromatic Colors of #CC8552
Black with #CC8552
Text Example
Text Example
White with #CC8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8552; }
p { color: rgb(204,133,82); }
H1.HeaderClassName
{
color: #CC8552;
}
.AnyTagClassName
{
color: #CC8552;
}
</style>
background-color css
<style>
a { background-color: #CC8552; }
a { background-color: rgb(204,133,82); }
div.DivClassName
{
background-color: #CC8552;
}
.BgClassName
{
background-color: #CC8552;
}
</style>
border-color css
<style>
span { border-color: #CC8552; }
span { border-color: rgb(204,133,82); }
td.TdClassName
{
border-color: #CC8552;
}
.TagClassName
{
border-color: #CC8552;
}
</style>