Shades of Raw Sienna #CC7946
Tints of Raw Sienna #CC7946
RGB
CMYK
RGB Variations
Color information
#CC7946 (or 0xCC7946) is known color: Raw Sienna. HEX triplet: CC, 79 and 46. RGB value is (204,121,70). Sum of RGB (Red+Green+Blue) = 204+121+70=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7946 is #3386B9. Grayscale: #8C8C8C. Windows color (decimal): -3376826 or 4618700. OLE color: 4618700.
HSL color Cylindrical-coordinate representation of color #CC7946: hue angle of 22.84º 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 #CC7946 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 70 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.2 |
| HSL | 22.84º | 0.57% | 0.54% | - |
| HSV(B) | 22.84º | 0.66% | 0.8% | - |
| XYZ | 32.84 | 26.95 | 9.27 | - |
| YUV | 140 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 70 | 0 | 0.41 | 0.66 | 0.2 | 22.84 | 0.57 | 0.54 |
| Hex | CC | 79 | 46 | 0 | 29 | 42 | 14 | 17 | 39 | 36 |
| Octal | 314 | 171 | 106 | 0 | 51 | 102 | 24 | 27 | 71 | 66 |
| Binary | 11001100 | 1111001 | 1000110 | 0 | 101001 | 1000010 | 10100 | 10111 | 111001 | 110110 |
Color Harmonies of #CC7946
Complementary color
Monochromatic Colors of #CC7946
Black with #CC7946
Text Example
Text Example
White with #CC7946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7946; }
p { color: rgb(204,121,70); }
H1.HeaderClassName
{
color: #CC7946;
}
.AnyTagClassName
{
color: #CC7946;
}
</style>
background-color css
<style>
a { background-color: #CC7946; }
a { background-color: rgb(204,121,70); }
div.DivClassName
{
background-color: #CC7946;
}
.BgClassName
{
background-color: #CC7946;
}
</style>
border-color css
<style>
span { border-color: #CC7946; }
span { border-color: rgb(204,121,70); }
td.TdClassName
{
border-color: #CC7946;
}
.TagClassName
{
border-color: #CC7946;
}
</style>