Shades of Raw Sienna #CC8045
Tints of Raw Sienna #CC8045
RGB
CMYK
RGB Variations
Color information
#CC8045 (or 0xCC8045) is known color: Raw Sienna. HEX triplet: CC, 80 and 45. RGB value is (204,128,69). Sum of RGB (Red+Green+Blue) = 204+128+69=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8045 is #337FBA. Grayscale: #909090. Windows color (decimal): -3375035 or 4554956. OLE color: 4554956.
HSL color Cylindrical-coordinate representation of color #CC8045: hue angle of 26.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC8045 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 69 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.2 |
| HSL | 26.22º | 0.57% | 0.54% | - |
| HSV(B) | 26.22º | 0.66% | 0.8% | - |
| XYZ | 33.7 | 28.71 | 9.39 | - |
| YUV | 144 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 69 | 0 | 0.37 | 0.66 | 0.2 | 26.22 | 0.57 | 0.54 |
| Hex | CC | 80 | 45 | 0 | 25 | 42 | 14 | 1A | 39 | 36 |
| Octal | 314 | 200 | 105 | 0 | 45 | 102 | 24 | 32 | 71 | 66 |
| Binary | 11001100 | 10000000 | 1000101 | 0 | 100101 | 1000010 | 10100 | 11010 | 111001 | 110110 |
Color Harmonies of #CC8045
Complementary color
Monochromatic Colors of #CC8045
Black with #CC8045
Text Example
Text Example
White with #CC8045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8045; }
p { color: rgb(204,128,69); }
H1.HeaderClassName
{
color: #CC8045;
}
.AnyTagClassName
{
color: #CC8045;
}
</style>
background-color css
<style>
a { background-color: #CC8045; }
a { background-color: rgb(204,128,69); }
div.DivClassName
{
background-color: #CC8045;
}
.BgClassName
{
background-color: #CC8045;
}
</style>
border-color css
<style>
span { border-color: #CC8045; }
span { border-color: rgb(204,128,69); }
td.TdClassName
{
border-color: #CC8045;
}
.TagClassName
{
border-color: #CC8045;
}
</style>