Shades of Raw Sienna #CC8149
Tints of Raw Sienna #CC8149
RGB
CMYK
RGB Variations
Color information
#CC8149 (or 0xCC8149) is known color: Raw Sienna. HEX triplet: CC, 81 and 49. RGB value is (204,129,73). Sum of RGB (Red+Green+Blue) = 204+129+73=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8149 is #337EB6. Grayscale: #919191. Windows color (decimal): -3374775 or 4817356. OLE color: 4817356.
HSL color Cylindrical-coordinate representation of color #CC8149: hue angle of 25.65º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC8149 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 73 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.2 |
| HSL | 25.65º | 0.56% | 0.54% | - |
| HSV(B) | 25.65º | 0.64% | 0.8% | - |
| XYZ | 33.95 | 29.02 | 10.11 | - |
| YUV | 145.04 | 87.35 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 73 | 0 | 0.37 | 0.64 | 0.2 | 25.65 | 0.56 | 0.54 |
| Hex | CC | 81 | 49 | 0 | 25 | 40 | 14 | 1A | 38 | 36 |
| Octal | 314 | 201 | 111 | 0 | 45 | 100 | 24 | 32 | 70 | 66 |
| Binary | 11001100 | 10000001 | 1001001 | 0 | 100101 | 1000000 | 10100 | 11010 | 111000 | 110110 |
Color Harmonies of #CC8149
Complementary color
Monochromatic Colors of #CC8149
Black with #CC8149
Text Example
Text Example
White with #CC8149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8149; }
p { color: rgb(204,129,73); }
H1.HeaderClassName
{
color: #CC8149;
}
.AnyTagClassName
{
color: #CC8149;
}
</style>
background-color css
<style>
a { background-color: #CC8149; }
a { background-color: rgb(204,129,73); }
div.DivClassName
{
background-color: #CC8149;
}
.BgClassName
{
background-color: #CC8149;
}
</style>
border-color css
<style>
span { border-color: #CC8149; }
span { border-color: rgb(204,129,73); }
td.TdClassName
{
border-color: #CC8149;
}
.TagClassName
{
border-color: #CC8149;
}
</style>