Shades of Raw Sienna #CC8044
Tints of Raw Sienna #CC8044
RGB
CMYK
RGB Variations
Color information
#CC8044 (or 0xCC8044) is known color: Raw Sienna. HEX triplet: CC, 80 and 44. RGB value is (204,128,68). Sum of RGB (Red+Green+Blue) = 204+128+68=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8044 is #337FBB. Grayscale: #909090. Windows color (decimal): -3375036 or 4489420. OLE color: 4489420.
HSL color Cylindrical-coordinate representation of color #CC8044: hue angle of 26.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC8044 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 68 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.2 |
| HSL | 26.47º | 0.57% | 0.53% | - |
| HSV(B) | 26.47º | 0.67% | 0.8% | - |
| XYZ | 33.66 | 28.69 | 9.23 | - |
| YUV | 143.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 68 | 0 | 0.37 | 0.67 | 0.2 | 26.47 | 0.57 | 0.53 |
| Hex | CC | 80 | 44 | 0 | 25 | 43 | 14 | 1A | 39 | 35 |
| Octal | 314 | 200 | 104 | 0 | 45 | 103 | 24 | 32 | 71 | 65 |
| Binary | 11001100 | 10000000 | 1000100 | 0 | 100101 | 1000011 | 10100 | 11010 | 111001 | 110101 |
Color Harmonies of #CC8044
Complementary color
Monochromatic Colors of #CC8044
Black with #CC8044
Text Example
Text Example
White with #CC8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8044; }
p { color: rgb(204,128,68); }
H1.HeaderClassName
{
color: #CC8044;
}
.AnyTagClassName
{
color: #CC8044;
}
</style>
background-color css
<style>
a { background-color: #CC8044; }
a { background-color: rgb(204,128,68); }
div.DivClassName
{
background-color: #CC8044;
}
.BgClassName
{
background-color: #CC8044;
}
</style>
border-color css
<style>
span { border-color: #CC8044; }
span { border-color: rgb(204,128,68); }
td.TdClassName
{
border-color: #CC8044;
}
.TagClassName
{
border-color: #CC8044;
}
</style>